#7C4204

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

Shades of Raw Umber #7C4204

Tints of Raw Umber #7C4204

Color information

#7C4204 (or 0x7C4204) is unknown color: approx Raw Umber. HEX triplet: 7C, 42 and 04. RGB value is (124,66,4). Sum of RGB (Red+Green+Blue) = 124+66+4=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4204 is #83BDFB. Grayscale: #4C4C4C. Windows color (decimal): -8633852 or 279164. OLE color: 279164.

HSL color Cylindrical-coordinate representation of color #7C4204: hue angle of 31º 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 #7C4204 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB124664-
CMYK00.470.970.51
HSL31º93.75%25.1%-
HSV(B)31º96.77%48.63%-
XYZ10.288.191.15-
YUV76.2787.22162.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.92%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 4 (1.95% from 255) = 2.06%
R=63.92%
G=34.02%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12466400.470.970.513193.7525.1
Hex7C42402F61331f5e19
Octal1741024057141633713631
Binary111110010000101000101111110000111001111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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