#806052

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

Shades of Russett #806052

Tints of Russett #806052

Color information

#806052 (or 0x806052) is unknown color: approx Russett. HEX triplet: 80, 60 and 52. RGB value is (128,96,82). Sum of RGB (Red+Green+Blue) = 128+96+82=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #806052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806052 is #7F9FAD. Grayscale: #686868. Windows color (decimal): -8363950 or 5398656. OLE color: 5398656.

HSL color Cylindrical-coordinate representation of color #806052: hue angle of 18.26º 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 #806052 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1289682-
CMYK00.250.360.50
HSL18.26º21.9%41.18%-
HSV(B)18.26º35.94%50.2%-
XYZ14.6113.569.83-
YUV103.97115.6145.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=41.83%
G=31.37%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128968200.250.360.5018.2621.941.18
Hex8060520192432121629
Octal2001401220314462222651
Binary10000000110000010100100110011001001100101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806052; }

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

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

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

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

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

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

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

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