Html Css Color HEX #876549 Dark Wood

📋 copy color: '#876549'

red 135 ◦ green 101 ◦ blue 73

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

Shades of Dark Wood #876549

Tints of Dark Wood #876549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 43.69%
G = 32.69%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#876549 (or 0x876549) is known color: Dark Wood. HEX triplet: 87, 65 and 49. RGB value is (135,101,73). Sum of RGB (Red+Green+Blue) = 135+101+73=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #876549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876549 is #789AB6. Grayscale: #6C6C6C. Windows color (decimal): -7903927 or 4810119. OLE color: 4810119.

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

Color convert

RGB 135 101 73 -
CMYK 0 0.25 0.46 0.47
HSL 27.1º 0.3% 0.41% -
HSV(B) 27.1º 0.46% 0.53% -
XYZ 15.85 14.94 8.35 -
YUV 107.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 135 101 73 0 0.25 0.46 0.47 27.1 0.3 0.41
Hex 87 65 49 0 19 2E 2F 1B 1E 29
Octal 207 145 111 0 31 56 57 33 36 51
Binary 10000111 1100101 1001001 0 11001 101110 101111 11011 11110 101001

Color Harmonies of #876549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876549

Black with #876549

Text Example


Text Example

White with #876549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876549; }

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

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

background-color css

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

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

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

border-color css

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

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

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