#805019

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

Shades of Russet #805019

Tints of Russet #805019

Color information

#805019 (or 0x805019) is unknown color: approx Russet. HEX triplet: 80, 50 and 19. RGB value is (128,80,25). Sum of RGB (Red+Green+Blue) = 128+80+25=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #805019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805019 is #7FAFE6. Grayscale: #585858. Windows color (decimal): -8368103 or 1659008. OLE color: 1659008.

HSL color Cylindrical-coordinate representation of color #805019: hue angle of 32.04º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #805019 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1288025-
CMYK00.380.800.50
HSL32.04º67.32%30%-
HSV(B)32.04º80.47%50.2%-
XYZ11.9510.42.3-
YUV88.0892.4156.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 25 (10.16% from 255) = 10.73%
R=54.94%
G=34.33%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128802500.380.800.5032.0467.3230
Hex805019026503220431e
Octal20012031046120624010336
Binary1000000010100001100101001101010000110010100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805019; }

 p { color: rgb(128,80,25); }

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

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

 a { background-color: rgb(128,80,25); }

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

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

 span { border-color: rgb(128,80,25); }

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