#805E5D

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

Shades of Light Wood #805E5D

Tints of Light Wood #805E5D

Color information

#805E5D (or 0x805E5D) is unknown color: approx Light Wood. HEX triplet: 80, 5E and 5D. RGB value is (128,94,93). Sum of RGB (Red+Green+Blue) = 128+94+93=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #805E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E5D is #7FA1A2. Grayscale: #686868. Windows color (decimal): -8364451 or 6119040. OLE color: 6119040.

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

Color convert

RGB1289493-
CMYK00.270.270.50
HSL1.71º15.84%43.33%-
HSV(B)1.71º27.34%50.2%-
XYZ14.8813.3812.16-
YUV104.05121.76145.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=40.63%
G=29.84%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128949300.270.270.501.7115.8443.33
Hex805E5D01B1B322102b
Octal200136135033336222053
Binary1000000010111101011101011011110111100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,94,93); }

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

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

 a { background-color: rgb(128,94,93); }

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

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

 span { border-color: rgb(128,94,93); }

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