#856141

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

Shades of Dark Wood #856141

Tints of Dark Wood #856141

Color information

#856141 (or 0x856141) is unknown color: approx Dark Wood. HEX triplet: 85, 61 and 41. RGB value is (133,97,65). Sum of RGB (Red+Green+Blue) = 133+97+65=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #856141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856141 is #7A9EBE. Grayscale: #686868. Windows color (decimal): -8036031 or 4284805. OLE color: 4284805.

HSL color Cylindrical-coordinate representation of color #856141: hue angle of 28.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856141 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1339765-
CMYK00.270.510.48
HSL28.24º34.34%38.82%-
HSV(B)28.24º51.13%52.16%-
XYZ14.913.926.9-
YUV104.12105.93148.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=45.08%
G=32.88%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133976500.270.510.4828.2434.3438.82
Hex85614101B33301c2227
Octal2051411010336360344247
Binary100001011100001100000101101111001111000011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856141; }

 p { color: rgb(133,97,65); }

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

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

 a { background-color: rgb(133,97,65); }

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

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

 span { border-color: rgb(133,97,65); }

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