#7C4A04

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

Shades of Raw Umber #7C4A04

Tints of Raw Umber #7C4A04

Color information

#7C4A04 (or 0x7C4A04) is unknown color: approx Raw Umber. HEX triplet: 7C, 4A and 04. RGB value is (124,74,4). Sum of RGB (Red+Green+Blue) = 124+74+4=202 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.39% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4A04 is #83B5FB. Grayscale: #515151. Windows color (decimal): -8631804 or 281212. OLE color: 281212.

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

Color convert

RGB124744-
CMYK00.400.970.51
HSL35º93.75%25.1%-
HSV(B)35º96.77%48.63%-
XYZ10.789.191.32-
YUV80.9784.56158.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.39%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 4 (1.95% from 255) = 1.98%
R=61.39%
G=36.63%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12474400.400.970.513593.7525.1
Hex7C4A40286133235e19
Octal1741124050141634313631
Binary1111100100101010001010001100001110011100011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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