#805C0C

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

Shades of Raw Umber #805C0C

Tints of Raw Umber #805C0C

Color information

#805C0C (or 0x805C0C) is unknown color: approx Raw Umber. HEX triplet: 80, 5C and 0C. RGB value is (128,92,12). Sum of RGB (Red+Green+Blue) = 128+92+12=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C0C is #7FA3F3. Grayscale: #5D5D5D. Windows color (decimal): -8365044 or 810112. OLE color: 810112.

HSL color Cylindrical-coordinate representation of color #805C0C: hue angle of 41.38º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #805C0C is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1289212-
CMYK00.280.910.50
HSL41.38º82.86%27.45%-
HSV(B)41.38º90.62%50.2%-
XYZ12.812.272.04-
YUV93.6481.93152.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=55.17%
G=39.66%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128921200.280.910.5041.3882.8627.45
Hex805CC01C5B3229531b
Octal20013414034133625112333
Binary10000000101110011000111001011011110010101001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805C0C; }

 p { color: rgb(128,92,12); }

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

<style>
 a { background-color: #805C0C; }

 a { background-color: rgb(128,92,12); }

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

<style>
 span { border-color: #805C0C; }

 span { border-color: rgb(128,92,12); }

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