Html Css Color HEX #876347 Dark Wood

📋 copy color: '#876347'

red 135 ◦ green 99 ◦ blue 71

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

Shades of Dark Wood #876347

Tints of Dark Wood #876347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 44.26%
G = 32.46%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876347 (or 0x876347) is known color: Dark Wood. HEX triplet: 87, 63 and 47. RGB value is (135,99,71). Sum of RGB (Red+Green+Blue) = 135+99+71=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #876347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876347 is #789CB8. Grayscale: #6A6A6A. Windows color (decimal): -7904441 or 4678535. OLE color: 4678535.

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

Color convert

RGB 135 99 71 -
CMYK 0 0.27 0.47 0.47
HSL 26.25º 0.31% 0.4% -
HSV(B) 26.25º 0.47% 0.53% -
XYZ 15.59 14.53 7.94 -
YUV 106.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 135 99 71 0 0.27 0.47 0.47 26.25 0.31 0.4
Hex 87 63 47 0 1B 2F 2F 1A 1F 28
Octal 207 143 107 0 33 57 57 32 37 50
Binary 10000111 1100011 1000111 0 11011 101111 101111 11010 11111 101000

Color Harmonies of #876347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876347

Black with #876347

Text Example


Text Example

White with #876347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876347; }

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

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

background-color css

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

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

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

border-color css

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

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

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