#805E42

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

Shades of Dark Wood #805E42

Tints of Dark Wood #805E42

Color information

#805E42 (or 0x805E42) is unknown color: approx Dark Wood. HEX triplet: 80, 5E and 42. RGB value is (128,94,66). Sum of RGB (Red+Green+Blue) = 128+94+66=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #805E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E42 is #7FA1BD. Grayscale: #656565. Windows color (decimal): -8364478 or 4349568. OLE color: 4349568.

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

Color convert

RGB1289466-
CMYK00.270.480.50
HSL27.1º31.96%38.04%-
HSV(B)27.1º48.44%50.2%-
XYZ13.8912.996.93-
YUV100.97108.26147.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=44.44%
G=32.64%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128946600.270.480.5027.131.9638.04
Hex805E4201B30321b2026
Octal2001361020336062334046
Binary100000001011110100001001101111000011001011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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