Html Css Color HEX #856647 Dark Wood

📋 copy color: '#856647'

red 133 ◦ green 102 ◦ blue 71

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

Shades of Dark Wood #856647

Tints of Dark Wood #856647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

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

R = 43.46%
G = 33.33%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856647 (or 0x856647) is known color: Dark Wood. HEX triplet: 85, 66 and 47. RGB value is (133,102,71). Sum of RGB (Red+Green+Blue) = 133+102+71=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #856647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856647 is #7A99B8. Grayscale: #6B6B6B. Windows color (decimal): -8034745 or 4679301. OLE color: 4679301.

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

Color convert

RGB 133 102 71 -
CMYK 0 0.23 0.47 0.48
HSL 30º 0.3% 0.4% -
HSV(B) 30º 0.47% 0.52% -
XYZ 15.56 14.94 8.03 -
YUV 107.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 133 102 71 0 0.23 0.47 0.48 30 0.3 0.4
Hex 85 66 47 0 17 2F 30 1E 1E 28
Octal 205 146 107 0 27 57 60 36 36 50
Binary 10000101 1100110 1000111 0 10111 101111 110000 11110 11110 101000

Color Harmonies of #856647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856647

Black with #856647

Text Example


Text Example

White with #856647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856647; }

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

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

background-color css

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

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

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

border-color css

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

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

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