#7C4912

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

Shades of Raw Umber #7C4912

Tints of Raw Umber #7C4912

Color information

#7C4912 (or 0x7C4912) is unknown color: approx Raw Umber. HEX triplet: 7C, 49 and 12. RGB value is (124,73,18). Sum of RGB (Red+Green+Blue) = 124+73+18=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4912 is #83B6ED. Grayscale: #525252. Windows color (decimal): -8632046 or 1198460. OLE color: 1198460.

HSL color Cylindrical-coordinate representation of color #7C4912: hue angle of 31.13º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C4912 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB1247318-
CMYK00.410.850.51
HSL31.13º74.65%27.84%-
HSV(B)31.13º85.48%48.63%-
XYZ10.89.091.76-
YUV81.9891.9157.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.67%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=57.67%
G=33.95%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124731800.410.850.5131.1374.6527.84
Hex7C491202955331f4b1c
Octal17411122051125633711334
Binary11111001001001100100101001101010111001111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,18); }

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

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

 a { background-color: rgb(124,73,18); }

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

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

 span { border-color: rgb(124,73,18); }

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