Html Css Color HEX #876047 Dark Wood

📋 copy color: '#876047'

red 135 ◦ green 96 ◦ blue 71

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

Shades of Dark Wood #876047

Tints of Dark Wood #876047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 44.7%
G = 31.79%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876047 (or 0x876047) is known color: Dark Wood. HEX triplet: 87, 60 and 47. RGB value is (135,96,71). Sum of RGB (Red+Green+Blue) = 135+96+71=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #876047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876047 is #789FB8. Grayscale: #686868. Windows color (decimal): -7905209 or 4677767. OLE color: 4677767.

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

Color convert

RGB 135 96 71 -
CMYK 0 0.29 0.47 0.47
HSL 23.44º 0.31% 0.4% -
HSV(B) 23.44º 0.47% 0.53% -
XYZ 15.31 13.97 7.85 -
YUV 104.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 135 96 71 0 0.29 0.47 0.47 23.44 0.31 0.4
Hex 87 60 47 0 1D 2F 2F 17 1F 28
Octal 207 140 107 0 35 57 57 27 37 50
Binary 10000111 1100000 1000111 0 11101 101111 101111 10111 11111 101000

Color Harmonies of #876047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876047

Black with #876047

Text Example


Text Example

White with #876047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876047; }

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

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

background-color css

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

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

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

border-color css

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

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

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