#805959

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

Shades of Light Wood #805959

Tints of Light Wood #805959

Color information

#805959 (or 0x805959) is unknown color: approx Light Wood. HEX triplet: 80, 59 and 59. RGB value is (128,89,89). Sum of RGB (Red+Green+Blue) = 128+89+89=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #805959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805959 is #7FA6A6. Grayscale: #646464. Windows color (decimal): -8365735 or 5855616. OLE color: 5855616.

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

Color convert

RGB1288989-
CMYK00.300.300.50
HSL17.97%42.55%-
HSV(B)30.47%50.2%-
XYZ14.2812.4611.1-
YUV100.66121.42147.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=41.83%
G=29.08%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128898900.300.300.50017.9742.55
Hex80595901E1E320122b
Octal200131131036366202253
Binary100000001011001101100101111011110110010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805959; }

 p { color: rgb(128,89,89); }

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

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

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

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

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

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

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