#856143

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

Shades of Dark Wood #856143

Tints of Dark Wood #856143

Color information

#856143 (or 0x856143) is unknown color: approx Dark Wood. HEX triplet: 85, 61 and 43. RGB value is (133,97,67). Sum of RGB (Red+Green+Blue) = 133+97+67=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856143 is #7A9EBC. Grayscale: #686868. Windows color (decimal): -8036029 or 4415877. OLE color: 4415877.

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

Color convert

RGB1339767-
CMYK00.270.500.48
HSL27.27º33%39.22%-
HSV(B)27.27º49.62%52.16%-
XYZ14.9613.947.21-
YUV104.34106.93148.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=44.78%
G=32.66%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133976700.270.500.4827.273339.22
Hex85614301B32301b2127
Octal2051411030336260334147
Binary100001011100001100001101101111001011000011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856143; }

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

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

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

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

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

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

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

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