#845D42

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

Shades of Dark Wood #845D42

Tints of Dark Wood #845D42

Color information

#845D42 (or 0x845D42) is unknown color: approx Dark Wood. HEX triplet: 84, 5D and 42. RGB value is (132,93,66). Sum of RGB (Red+Green+Blue) = 132+93+66=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #845D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D42 is #7BA2BD. Grayscale: #656565. Windows color (decimal): -8102590 or 4349316. OLE color: 4349316.

HSL color Cylindrical-coordinate representation of color #845D42: hue angle of 24.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #845D42 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1329366-
CMYK00.300.50.48
HSL24.55º33.33%38.82%-
HSV(B)24.55º50%51.76%-
XYZ14.4113.136.93-
YUV101.58107.92149.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=45.36%
G=31.96%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132936600.300.50.4824.5533.3338.82
Hex845D4201E3230192127
Octal2041351020366260314147
Binary100001001011101100001001111011001011000011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D42; }

 p { color: rgb(132,93,66); }

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

<style>
 a { background-color: #845D42; }

 a { background-color: rgb(132,93,66); }

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

<style>
 span { border-color: #845D42; }

 span { border-color: rgb(132,93,66); }

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