Html Css Color HEX #856147 Dark Wood

📋 copy color: '#856147'

red 133 ◦ green 97 ◦ blue 71

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

Shades of Dark Wood #856147

Tints of Dark Wood #856147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 44.19%
G = 32.23%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856147 (or 0x856147) is known color: Dark Wood. HEX triplet: 85, 61 and 47. RGB value is (133,97,71). Sum of RGB (Red+Green+Blue) = 133+97+71=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856147 is #7A9EB8. Grayscale: #686868. Windows color (decimal): -8036025 or 4678021. OLE color: 4678021.

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

Color convert

RGB 133 97 71 -
CMYK 0 0.27 0.47 0.48
HSL 25.16º 0.3% 0.4% -
HSV(B) 25.16º 0.47% 0.52% -
XYZ 15.08 13.99 7.87 -
YUV 104.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 133 97 71 0 0.27 0.47 0.48 25.16 0.3 0.4
Hex 85 61 47 0 1B 2F 30 19 1E 28
Octal 205 141 107 0 33 57 60 31 36 50
Binary 10000101 1100001 1000111 0 11011 101111 110000 11001 11110 101000

Color Harmonies of #856147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856147

Black with #856147

Text Example


Text Example

White with #856147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856147; }

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

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

background-color css

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

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

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

border-color css

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

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

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