#856145

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

Shades of Dark Wood #856145

Tints of Dark Wood #856145

Color information

#856145 (or 0x856145) is unknown color: approx Dark Wood. HEX triplet: 85, 61 and 45. RGB value is (133,97,69). Sum of RGB (Red+Green+Blue) = 133+97+69=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856145 is #7A9EBA. Grayscale: #686868. Windows color (decimal): -8036027 or 4546949. OLE color: 4546949.

HSL color Cylindrical-coordinate representation of color #856145: hue angle of 26.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856145 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1339769-
CMYK00.270.480.48
HSL26.25º31.68%39.61%-
HSV(B)26.25º48.12%52.16%-
XYZ15.0213.977.53-
YUV104.57107.93148.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=44.48%
G=32.44%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133976900.270.480.4826.2531.6839.61
Hex85614501B30301a2028
Octal2051411050336060324050
Binary100001011100001100010101101111000011000011010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856145; }

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

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

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

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

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

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

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

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