#7C4A06

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

Shades of Raw Umber #7C4A06

Tints of Raw Umber #7C4A06

Color information

#7C4A06 (or 0x7C4A06) is unknown color: approx Raw Umber. HEX triplet: 7C, 4A and 06. RGB value is (124,74,6). Sum of RGB (Red+Green+Blue) = 124+74+6=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4A06 is #83B5F9. Grayscale: #515151. Windows color (decimal): -8631802 or 412284. OLE color: 412284.

HSL color Cylindrical-coordinate representation of color #7C4A06: hue angle of 34.58º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C4A06 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB124746-
CMYK00.400.950.51
HSL34.58º90.77%25.49%-
HSV(B)34.58º95.16%48.63%-
XYZ10.799.21.38-
YUV81.285.56158.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=60.78%
G=36.27%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12474600.400.950.5134.5890.7725.49
Hex7C4A60285F33235b19
Octal1741126050137634313331
Binary1111100100101011001010001011111110011100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,74,6); }

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

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

 a { background-color: rgb(124,74,6); }

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

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

 span { border-color: rgb(124,74,6); }

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