Html Css Color HEX #856447 Dark Wood

📋 copy color: '#856447'

red 133 ◦ green 100 ◦ blue 71

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

Shades of Dark Wood #856447

Tints of Dark Wood #856447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 43.75%
G = 32.89%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856447 (or 0x856447) is known color: Dark Wood. HEX triplet: 85, 64 and 47. RGB value is (133,100,71). Sum of RGB (Red+Green+Blue) = 133+100+71=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #856447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856447 is #7A9BB8. Grayscale: #6A6A6A. Windows color (decimal): -8035257 or 4678789. OLE color: 4678789.

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

Color convert

RGB 133 100 71 -
CMYK 0 0.25 0.47 0.48
HSL 28.06º 0.3% 0.4% -
HSV(B) 28.06º 0.47% 0.52% -
XYZ 15.37 14.56 7.96 -
YUV 106.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 133 100 71 0 0.25 0.47 0.48 28.06 0.3 0.4
Hex 85 64 47 0 19 2F 30 1C 1E 28
Octal 205 144 107 0 31 57 60 34 36 50
Binary 10000101 1100100 1000111 0 11001 101111 110000 11100 11110 101000

Color Harmonies of #856447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856447

Black with #856447

Text Example


Text Example

White with #856447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856447; }

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

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

background-color css

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

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

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

border-color css

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

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

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