Html Css Color HEX #876849 Dark Wood

📋 copy color: '#876849'

red 135 ◦ green 104 ◦ blue 73

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

Shades of Dark Wood #876849

Tints of Dark Wood #876849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

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

R = 43.27%
G = 33.33%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#876849 (or 0x876849) is known color: Dark Wood. HEX triplet: 87, 68 and 49. RGB value is (135,104,73). Sum of RGB (Red+Green+Blue) = 135+104+73=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #876849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876849 is #7897B6. Grayscale: #6D6D6D. Windows color (decimal): -7903159 or 4810887. OLE color: 4810887.

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

Color convert

RGB 135 104 73 -
CMYK 0 0.23 0.46 0.47
HSL 30º 0.3% 0.41% -
HSV(B) 30º 0.46% 0.53% -
XYZ 16.14 15.53 8.45 -
YUV 109.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 135 104 73 0 0.23 0.46 0.47 30 0.3 0.41
Hex 87 68 49 0 17 2E 2F 1E 1E 29
Octal 207 150 111 0 27 56 57 36 36 51
Binary 10000111 1101000 1001001 0 10111 101110 101111 11110 11110 101001

Color Harmonies of #876849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876849

Black with #876849

Text Example


Text Example

White with #876849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876849; }

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

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

background-color css

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

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

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

border-color css

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

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

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