#856243

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

Shades of Dark Wood #856243

Tints of Dark Wood #856243

Color information

#856243 (or 0x856243) is unknown color: approx Dark Wood. HEX triplet: 85, 62 and 43. RGB value is (133,98,67). Sum of RGB (Red+Green+Blue) = 133+98+67=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #856243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856243 is #7A9DBC. Grayscale: #696969. Windows color (decimal): -8035773 or 4416133. OLE color: 4416133.

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

Color convert

RGB1339867-
CMYK00.260.500.48
HSL28.18º33%39.22%-
HSV(B)28.18º49.62%52.16%-
XYZ15.0514.137.24-
YUV104.93106.6148.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=44.63%
G=32.89%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133986700.260.500.4828.183339.22
Hex85624301A32301c2127
Octal2051421030326260344147
Binary100001011100010100001101101011001011000011100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856243; }

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

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

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

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

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

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

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

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