Html Css Color HEX #856247 Dark Wood

📋 copy color: '#856247'

red 133 ◦ green 98 ◦ blue 71

#856247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #856247

Tints of Dark Wood #856247

RGB

 RED value IS 133 (52.34% from 255) = 44.04%

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 44.04%
G = 32.45%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856247 (or 0x856247) is known color: Dark Wood. HEX triplet: 85, 62 and 47. RGB value is (133,98,71). Sum of RGB (Red+Green+Blue) = 133+98+71=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856247 is #7A9DB8. Grayscale: #696969. Windows color (decimal): -8035769 or 4678277. OLE color: 4678277.

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

Color convert

RGB 133 98 71 -
CMYK 0 0.26 0.47 0.48
HSL 26.13º 0.3% 0.4% -
HSV(B) 26.13º 0.47% 0.52% -
XYZ 15.18 14.18 7.9 -
YUV 105.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 133 98 71 0 0.26 0.47 0.48 26.13 0.3 0.4
Hex 85 62 47 0 1A 2F 30 1A 1E 28
Octal 205 142 107 0 32 57 60 32 36 50
Binary 10000101 1100010 1000111 0 11010 101111 110000 11010 11110 101000

Color Harmonies of #856247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856247

Black with #856247

Text Example


Text Example

White with #856247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856247; }

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

 H1.HeaderClassName
 {
   color: #856247;
 }
 .AnyTagClassName
 {
   color: #856247;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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