#805957

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

Shades of Light Wood #805957

Tints of Light Wood #805957

Color information

#805957 (or 0x805957) is unknown color: approx Light Wood. HEX triplet: 80, 59 and 57. RGB value is (128,89,87). Sum of RGB (Red+Green+Blue) = 128+89+87=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #805957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805957 is #7FA6A8. Grayscale: #646464. Windows color (decimal): -8365737 or 5724544. OLE color: 5724544.

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

Color convert

RGB1288987-
CMYK00.300.320.50
HSL2.93º19.07%42.16%-
HSV(B)2.93º32.03%50.2%-
XYZ14.1912.4210.67-
YUV100.43120.42147.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=42.11%
G=29.28%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128898700.300.320.502.9319.0742.16
Hex80595701E20323132a
Octal200131127036406232352
Binary10000000101100110101110111101000001100101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805957; }

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

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

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

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

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

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

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

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