#7c5b0d

Color #7C5B0D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7C5B0D

Tints of Raw Umber #7C5B0D

Color information

#7C5B0D (or 0x7C5B0D) is unknown color: approx Raw Umber. HEX triplet: 7C, 5B and 0D. RGB value is (124,91,13). Sum of RGB (Red+Green+Blue) = 124+91+13=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5B0D is #83A4F2. Grayscale: #5C5C5C. Windows color (decimal): -8627443 or 875388. OLE color: 875388.

HSL color Cylindrical-coordinate representation of color #7C5B0D: hue angle of 42.16º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C5B0D is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1249113-
CMYK00.270.900.51
HSL42.16º81.02%26.86%-
HSV(B)42.16º89.52%48.63%-
XYZ12.1311.82.02-
YUV91.9883.43150.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 54.39%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 13 (5.47% from 255) = 5.70%
R=54.39%
G=39.91%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124911300.270.900.5142.1681.0226.86
Hex7C5BD01B5A332a511b
Octal17413315033132635212133
Binary1111100101101111010110111011010110011101010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c5b0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7c5b0d; }

 p { color: rgb(124,91,13); }

 H1.HeaderClassName
 {
   color: #7c5b0d;
 }
 .AnyTagClassName
 {
   color: #7c5b0d;
 }
</style>
background-color css

<style>
 a { background-color: #7c5b0d; }

 a { background-color: rgb(124,91,13); }

 div.DivClassName
 {
   background-color: #7c5b0d;
 }
 .BgClassName
 {
   background-color: #7c5b0d;
 }
</style>
border-color css

<style>
 span { border-color: #7c5b0d; }

 span { border-color: rgb(124,91,13); }

 td.TdClassName
 {
   border-color: #7c5b0d;
 }
 .TagClassName
 {
   border-color: #7c5b0d;
 }
</style>