#805C5B

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

Shades of Light Wood #805C5B

Tints of Light Wood #805C5B

Color information

#805C5B (or 0x805C5B) is unknown color: approx Light Wood. HEX triplet: 80, 5C and 5B. RGB value is (128,92,91). Sum of RGB (Red+Green+Blue) = 128+92+91=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805C5B is #7FA3A4. Grayscale: #666666. Windows color (decimal): -8364965 or 5987456. OLE color: 5987456.

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

Color convert

RGB1289291-
CMYK00.280.290.50
HSL1.62º16.89%42.94%-
HSV(B)1.62º28.91%50.2%-
XYZ14.621311.64-
YUV102.65121.43146.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=41.16%
G=29.58%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128929100.280.290.501.6216.8942.94
Hex805C5B01C1D322112b
Octal200134133034356222153
Binary1000000010111001011011011100111011100101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,92,91); }

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

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

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

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

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

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

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