Html Css Color HEX #856547 Dark Wood

📋 copy color: '#856547'

red 133 ◦ green 101 ◦ blue 71

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

Shades of Dark Wood #856547

Tints of Dark Wood #856547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 43.61%
G = 33.11%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856547 (or 0x856547) is known color: Dark Wood. HEX triplet: 85, 65 and 47. RGB value is (133,101,71). Sum of RGB (Red+Green+Blue) = 133+101+71=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #856547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856547 is #7A9AB8. Grayscale: #6B6B6B. Windows color (decimal): -8035001 or 4679045. OLE color: 4679045.

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

Color convert

RGB 133 101 71 -
CMYK 0 0.24 0.47 0.48
HSL 29.03º 0.3% 0.4% -
HSV(B) 29.03º 0.47% 0.52% -
XYZ 15.46 14.75 7.99 -
YUV 107.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 133 101 71 0 0.24 0.47 0.48 29.03 0.3 0.4
Hex 85 65 47 0 18 2F 30 1D 1E 28
Octal 205 145 107 0 30 57 60 35 36 50
Binary 10000101 1100101 1000111 0 11000 101111 110000 11101 11110 101000

Color Harmonies of #856547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856547

Black with #856547

Text Example


Text Example

White with #856547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856547; }

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

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

background-color css

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

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

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

border-color css

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

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

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