#805E5E

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

Shades of Light Wood #805E5E

Tints of Light Wood #805E5E

Color information

#805E5E (or 0x805E5E) is unknown color: approx Light Wood. HEX triplet: 80, 5E and 5E. RGB value is (128,94,94). Sum of RGB (Red+Green+Blue) = 128+94+94=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #805E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E5E is #7FA1A1. Grayscale: #686868. Windows color (decimal): -8364450 or 6184576. OLE color: 6184576.

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

Color convert

RGB1289494-
CMYK00.270.270.50
HSL15.32%43.53%-
HSV(B)26.56%50.2%-
XYZ14.9313.412.39-
YUV104.17122.26145-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=40.51%
G=29.75%
B=29.75%

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
Decimal128949400.270.270.50015.3243.53
Hex805E5E01B1B320f2c
Octal200136136033336201754
Binary10000000101111010111100110111101111001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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