#805857

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

Shades of Light Wood #805857

Tints of Light Wood #805857

Color information

#805857 (or 0x805857) is unknown color: approx Light Wood. HEX triplet: 80, 58 and 57. RGB value is (128,88,87). Sum of RGB (Red+Green+Blue) = 128+88+87=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #805857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805857 is #7FA7A8. Grayscale: #636363. Windows color (decimal): -8365993 or 5724288. OLE color: 5724288.

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

Color convert

RGB1288887-
CMYK00.310.320.50
HSL1.46º19.07%42.16%-
HSV(B)1.46º32.03%50.2%-
XYZ14.1112.2610.64-
YUV99.85120.75148.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=42.24%
G=29.04%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128888700.310.320.501.4619.0742.16
Hex80585701F20321132a
Octal200130127037406212352
Binary1000000010110001010111011111100000110010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805857; }

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

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

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

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

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

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

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

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