#815957

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

Shades of Light Wood #815957

Tints of Light Wood #815957

Color information

#815957 (or 0x815957) is unknown color: approx Light Wood. HEX triplet: 81, 59 and 57. RGB value is (129,89,87). Sum of RGB (Red+Green+Blue) = 129+89+87=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #815957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815957 is #7EA6A8. Grayscale: #646464. Windows color (decimal): -8300201 or 5724545. OLE color: 5724545.

HSL color Cylindrical-coordinate representation of color #815957: hue angle of 2.86º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815957 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1298987-
CMYK00.310.330.49
HSL2.86º19.44%42.35%-
HSV(B)2.86º32.56%50.59%-
XYZ14.3512.510.67-
YUV100.73120.25148.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 87 (34.38% from 255) = 28.52%
R=42.30%
G=29.18%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129898700.310.330.492.8619.4442.35
Hex81595701F21313132a
Octal201131127037416132352
Binary10000001101100110101110111111000011100011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815957; }

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

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

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

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

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

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

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

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