#804520

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

Shades of Russet #804520

Tints of Russet #804520

Color information

#804520 (or 0x804520) is unknown color: approx Russet. HEX triplet: 80, 45 and 20. RGB value is (128,69,32). Sum of RGB (Red+Green+Blue) = 128+69+32=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #804520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804520 is #7FBADF. Grayscale: #525252. Windows color (decimal): -8370912 or 2114944. OLE color: 2114944.

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

Color convert

RGB1286932-
CMYK00.460.750.50
HSL23.12º60%31.37%-
HSV(B)23.12º75%50.2%-
XYZ11.298.952.5-
YUV82.4299.55160.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=55.90%
G=30.13%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128693200.460.750.5023.126031.37
Hex80452002E4B32173c1f
Octal2001054005611362277437
Binary100000001000101100000010111010010111100101011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804520; }

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

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

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

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

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

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

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

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