#855D47

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

Shades of Dark Wood #855D47

Tints of Dark Wood #855D47

Color information

#855D47 (or 0x855D47) is unknown color: approx Dark Wood. HEX triplet: 85, 5D and 47. RGB value is (133,93,71). Sum of RGB (Red+Green+Blue) = 133+93+71=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D47 is #7AA2B8. Grayscale: #666666. Windows color (decimal): -8037049 or 4676997. OLE color: 4676997.

HSL color Cylindrical-coordinate representation of color #855D47: hue angle of 21.29º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855D47 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1339371-
CMYK00.300.470.48
HSL21.29º30.39%40%-
HSV(B)21.29º46.62%52.16%-
XYZ14.7213.277.75-
YUV102.45110.25149.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=44.78%
G=31.31%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133937100.300.470.4821.2930.3940
Hex855D4701E2F30151e28
Octal2051351070365760253650
Binary10000101101110110001110111101011111100001010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D47; }

 p { color: rgb(133,93,71); }

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

<style>
 a { background-color: #855D47; }

 a { background-color: rgb(133,93,71); }

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

<style>
 span { border-color: #855D47; }

 span { border-color: rgb(133,93,71); }

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