#804C09

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

Shades of Raw Umber #804C09

Tints of Raw Umber #804C09

Color information

#804C09 (or 0x804C09) is unknown color: approx Raw Umber. HEX triplet: 80, 4C and 09. RGB value is (128,76,9). Sum of RGB (Red+Green+Blue) = 128+76+9=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #804C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C09 is #7FB3F6. Grayscale: #545454. Windows color (decimal): -8369143 or 609408. OLE color: 609408.

HSL color Cylindrical-coordinate representation of color #804C09: hue angle of 33.78º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #804C09 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128769-
CMYK00.410.930.50
HSL33.78º86.86%26.86%-
HSV(B)33.78º92.97%50.2%-
XYZ11.549.781.54-
YUV83.9185.73159.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.09%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=60.09%
G=35.68%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12876900.410.930.5033.7886.8626.86
Hex804C90295D3222571b
Octal20011411051135624212733
Binary100000001001100100101010011011101110010100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804C09; }

 p { color: rgb(128,76,9); }

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

<style>
 a { background-color: #804C09; }

 a { background-color: rgb(128,76,9); }

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

<style>
 span { border-color: #804C09; }

 span { border-color: rgb(128,76,9); }

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