#805F52

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

Shades of Russett #805F52

Tints of Russett #805F52

Color information

#805F52 (or 0x805F52) is unknown color: approx Russett. HEX triplet: 80, 5F and 52. RGB value is (128,95,82). Sum of RGB (Red+Green+Blue) = 128+95+82=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #805F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F52 is #7FA0AD. Grayscale: #676767. Windows color (decimal): -8364206 or 5398400. OLE color: 5398400.

HSL color Cylindrical-coordinate representation of color #805F52: hue angle of 16.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805F52 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1289582-
CMYK00.260.360.50
HSL16.96º21.9%41.18%-
HSV(B)16.96º35.94%50.2%-
XYZ14.5213.389.8-
YUV103.38115.93145.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=41.97%
G=31.15%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128958200.260.360.5016.9621.941.18
Hex805F5201A2432111629
Octal2001371220324462212651
Binary10000000101111110100100110101001001100101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,95,82); }

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

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

 a { background-color: rgb(128,95,82); }

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

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

 span { border-color: rgb(128,95,82); }

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