#856248

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

Shades of Dark Wood #856248

Tints of Dark Wood #856248

Color information

#856248 (or 0x856248) is unknown color: approx Dark Wood. HEX triplet: 85, 62 and 48. RGB value is (133,98,72). Sum of RGB (Red+Green+Blue) = 133+98+72=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856248 is #7A9DB7. Grayscale: #696969. Windows color (decimal): -8035768 or 4743813. OLE color: 4743813.

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

Color convert

RGB1339872-
CMYK00.260.460.48
HSL25.57º29.76%40.2%-
HSV(B)25.57º45.86%52.16%-
XYZ15.2114.198.07-
YUV105.5109.1147.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=43.89%
G=32.34%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133987200.260.460.4825.5729.7640.2
Hex85624801A2E301a1e28
Octal2051421100325660323650
Binary10000101110001010010000110101011101100001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856248; }

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

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

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

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

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

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

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

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