#856241

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

Shades of Dark Wood #856241

Tints of Dark Wood #856241

Color information

#856241 (or 0x856241) is unknown color: approx Dark Wood. HEX triplet: 85, 62 and 41. RGB value is (133,98,65). Sum of RGB (Red+Green+Blue) = 133+98+65=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #856241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856241 is #7A9DBE. Grayscale: #686868. Windows color (decimal): -8035775 or 4285061. OLE color: 4285061.

HSL color Cylindrical-coordinate representation of color #856241: hue angle of 29.12º 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 #856241 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1339865-
CMYK00.260.510.48
HSL29.12º34.34%38.82%-
HSV(B)29.12º51.13%52.16%-
XYZ14.9914.16.93-
YUV104.7105.6148.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=44.93%
G=33.11%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133986500.260.510.4829.1234.3438.82
Hex85624101A33301d2227
Octal2051421010326360354247
Binary100001011100010100000101101011001111000011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856241; }

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

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

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

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

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

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

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

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