#856343

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

Shades of Dark Wood #856343

Tints of Dark Wood #856343

Color information

#856343 (or 0x856343) is unknown color: approx Dark Wood. HEX triplet: 85, 63 and 43. RGB value is (133,99,67). Sum of RGB (Red+Green+Blue) = 133+99+67=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856343 is #7A9CBC. Grayscale: #696969. Windows color (decimal): -8035517 or 4416389. OLE color: 4416389.

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

Color convert

RGB1339967-
CMYK00.260.500.48
HSL29.09º33%39.22%-
HSV(B)29.09º49.62%52.16%-
XYZ15.1514.327.27-
YUV105.52106.26147.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=44.48%
G=33.11%
B=22.41%

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
Decimal133996700.260.500.4829.093339.22
Hex85634301A32301d2127
Octal2051431030326260354147
Binary100001011100011100001101101011001011000011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856343; }

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

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

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

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

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

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

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

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