#7C5912

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

Shades of Raw Umber #7C5912

Tints of Raw Umber #7C5912

Color information

#7C5912 (or 0x7C5912) is unknown color: approx Raw Umber. HEX triplet: 7C, 59 and 12. RGB value is (124,89,18). Sum of RGB (Red+Green+Blue) = 124+89+18=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5912 is #83A6ED. Grayscale: #5B5B5B. Windows color (decimal): -8627950 or 1202556. OLE color: 1202556.

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

Color convert

RGB1248918-
CMYK00.280.850.51
HSL40.19º74.65%27.84%-
HSV(B)40.19º85.48%48.63%-
XYZ11.9911.472.15-
YUV91.3786.6151.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.68%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=53.68%
G=38.53%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124891800.280.850.5140.1974.6527.84
Hex7C591201C5533284b1c
Octal17413122034125635011334
Binary11111001011001100100111001010101110011101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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