#805A57

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

Shades of Light Wood #805A57

Tints of Light Wood #805A57

Color information

#805A57 (or 0x805A57) is unknown color: approx Light Wood. HEX triplet: 80, 5A and 57. RGB value is (128,90,87). Sum of RGB (Red+Green+Blue) = 128+90+87=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #805A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A57 is #7FA5A8. Grayscale: #656565. Windows color (decimal): -8365481 or 5724800. OLE color: 5724800.

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

Color convert

RGB1289087-
CMYK00.300.320.50
HSL4.39º19.07%42.16%-
HSV(B)4.39º32.03%50.2%-
XYZ14.2812.5910.69-
YUV101.02120.09147.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 87 (34.38% from 255) = 28.52%
R=41.97%
G=29.51%
B=28.52%

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
Decimal128908700.300.320.504.3919.0742.16
Hex805A5701E20324132a
Octal200132127036406242352
Binary100000001011010101011101111010000011001010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805A57; }

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

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

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

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

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

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

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

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