Html Css Color HEX #876447 Dark Wood

📋 copy color: '#876447'

red 135 ◦ green 100 ◦ blue 71

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

Shades of Dark Wood #876447

Tints of Dark Wood #876447

RGB

 RED value IS 135 (53.13% from 255) = 44.12%

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

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

R = 44.12%
G = 32.68%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876447 (or 0x876447) is known color: Dark Wood. HEX triplet: 87, 64 and 47. RGB value is (135,100,71). Sum of RGB (Red+Green+Blue) = 135+100+71=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #876447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876447 is #789BB8. Grayscale: #6B6B6B. Windows color (decimal): -7904185 or 4678791. OLE color: 4678791.

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

Color convert

RGB 135 100 71 -
CMYK 0 0.26 0.47 0.47
HSL 27.19º 0.31% 0.4% -
HSV(B) 27.19º 0.47% 0.53% -
XYZ 15.69 14.72 7.98 -
YUV 107.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 135 100 71 0 0.26 0.47 0.47 27.19 0.31 0.4
Hex 87 64 47 0 1A 2F 2F 1B 1F 28
Octal 207 144 107 0 32 57 57 33 37 50
Binary 10000111 1100100 1000111 0 11010 101111 101111 11011 11111 101000

Color Harmonies of #876447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876447

Black with #876447

Text Example


Text Example

White with #876447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876447; }

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

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

background-color css

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

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

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

border-color css

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

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

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