#804502

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

Shades of Raw Umber #804502

Tints of Raw Umber #804502

Color information

#804502 (or 0x804502) is unknown color: approx Raw Umber. HEX triplet: 80, 45 and 02. RGB value is (128,69,2). Sum of RGB (Red+Green+Blue) = 128+69+2=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #804502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804502 is #7FBAFD. Grayscale: #4F4F4F. Windows color (decimal): -8370942 or 148864. OLE color: 148864.

HSL color Cylindrical-coordinate representation of color #804502: hue angle of 31.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #804502 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128692-
CMYK00.460.980.50
HSL31.9º96.92%25.49%-
HSV(B)31.9º98.44%50.2%-
XYZ11.048.851.18-
YUV7984.55162.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=64.32%
G=34.67%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12869200.460.980.5031.996.9225.49
Hex8045202E6232206119
Octal2001052056142624014131
Binary1000000010001011001011101100010110010100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804502; }

 p { color: rgb(128,69,2); }

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

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

 a { background-color: rgb(128,69,2); }

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

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

 span { border-color: rgb(128,69,2); }

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