Html Css Color HEX #876240 Dark Wood

📋 copy color: '#876240'

red 135 ◦ green 98 ◦ blue 64

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

Shades of Dark Wood #876240

Tints of Dark Wood #876240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 45.45%
G = 33%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#876240 (or 0x876240) is known color: Dark Wood. HEX triplet: 87, 62 and 40. RGB value is (135,98,64). Sum of RGB (Red+Green+Blue) = 135+98+64=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #876240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876240 is #789DBF. Grayscale: #696969. Windows color (decimal): -7904704 or 4219527. OLE color: 4219527.

HSL color Cylindrical-coordinate representation of color #876240: hue angle of 28.73º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #876240 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 98 64 -
CMYK 0 0.27 0.53 0.47
HSL 28.73º 0.36% 0.39% -
HSV(B) 28.73º 0.53% 0.53% -
XYZ 15.28 14.26 6.8 -
YUV 105.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 135 98 64 0 0.27 0.53 0.47 28.73 0.36 0.39
Hex 87 62 40 0 1B 35 2F 1D 24 27
Octal 207 142 100 0 33 65 57 35 44 47
Binary 10000111 1100010 1000000 0 11011 110101 101111 11101 100100 100111

Color Harmonies of #876240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876240

Black with #876240

Text Example


Text Example

White with #876240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876240; }

 p { color: rgb(135,98,64); }

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

background-color css

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

 a { background-color: rgb(135,98,64); }

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

border-color css

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

 span { border-color: rgb(135,98,64); }

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