Html Css Color HEX #876049 Dark Wood

📋 copy color: '#876049'

red 135 ◦ green 96 ◦ blue 73

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

Shades of Dark Wood #876049

Tints of Dark Wood #876049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 44.41%
G = 31.58%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#876049 (or 0x876049) is known color: Dark Wood. HEX triplet: 87, 60 and 49. RGB value is (135,96,73). Sum of RGB (Red+Green+Blue) = 135+96+73=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #876049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876049 is #789FB6. Grayscale: #696969. Windows color (decimal): -7905207 or 4808839. OLE color: 4808839.

HSL color Cylindrical-coordinate representation of color #876049: hue angle of 22.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876049 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 96 73 -
CMYK 0 0.29 0.46 0.47
HSL 22.26º 0.3% 0.41% -
HSV(B) 22.26º 0.46% 0.53% -
XYZ 15.38 14 8.19 -
YUV 105.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 135 96 73 0 0.29 0.46 0.47 22.26 0.3 0.41
Hex 87 60 49 0 1D 2E 2F 16 1E 29
Octal 207 140 111 0 35 56 57 26 36 51
Binary 10000111 1100000 1001001 0 11101 101110 101111 10110 11110 101001

Color Harmonies of #876049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876049

Black with #876049

Text Example


Text Example

White with #876049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876049; }

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

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

background-color css

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

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

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

border-color css

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

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

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