#805E45

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

Shades of Dark Wood #805E45

Tints of Dark Wood #805E45

Color information

#805E45 (or 0x805E45) is unknown color: approx Dark Wood. HEX triplet: 80, 5E and 45. RGB value is (128,94,69). Sum of RGB (Red+Green+Blue) = 128+94+69=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #805E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E45 is #7FA1BA. Grayscale: #656565. Windows color (decimal): -8364475 or 4546176. OLE color: 4546176.

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

Color convert

RGB1289469-
CMYK00.270.460.50
HSL25.42º29.95%38.63%-
HSV(B)25.42º46.09%50.2%-
XYZ13.9813.027.41-
YUV101.32109.76147.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=43.99%
G=32.30%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128946900.270.460.5025.4229.9538.63
Hex805E4501B2E32191e27
Octal2001361050335662313647
Binary10000000101111010001010110111011101100101100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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