#856442

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

Shades of Dark Wood #856442

Tints of Dark Wood #856442

Color information

#856442 (or 0x856442) is unknown color: approx Dark Wood. HEX triplet: 85, 64 and 42. RGB value is (133,100,66). Sum of RGB (Red+Green+Blue) = 133+100+66=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856442 is #7A9BBD. Grayscale: #6A6A6A. Windows color (decimal): -8035262 or 4351109. OLE color: 4351109.

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

Color convert

RGB13310066-
CMYK00.250.500.48
HSL30.45º33.67%39.02%-
HSV(B)30.45º50.38%52.16%-
XYZ15.2114.497.15-
YUV105.99105.43147.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=44.48%
G=33.44%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331006600.250.500.4830.4533.6739.02
Hex85644201932301e2227
Octal2051441020316260364247
Binary100001011100100100001001100111001011000011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856442; }

 p { color: rgb(133,100,66); }

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

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

 a { background-color: rgb(133,100,66); }

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

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

 span { border-color: rgb(133,100,66); }

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