Html Css Color HEX #875D47 Dark Wood

📋 copy color: '#875D47'

red 135 ◦ green 93 ◦ blue 71

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

Shades of Dark Wood #875D47

Tints of Dark Wood #875D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

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

R = 45.15%
G = 31.1%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875D47 (or 0x875D47) is known color: Dark Wood. HEX triplet: 87, 5D and 47. RGB value is (135,93,71). Sum of RGB (Red+Green+Blue) = 135+93+71=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D47 is #78A2B8. Grayscale: #676767. Windows color (decimal): -7905977 or 4676999. OLE color: 4676999.

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

Color convert

RGB 135 93 71 -
CMYK 0 0.31 0.47 0.47
HSL 20.63º 0.31% 0.4% -
HSV(B) 20.63º 0.47% 0.53% -
XYZ 15.04 13.43 7.76 -
YUV 103.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 135 93 71 0 0.31 0.47 0.47 20.63 0.31 0.4
Hex 87 5D 47 0 1F 2F 2F 15 1F 28
Octal 207 135 107 0 37 57 57 25 37 50
Binary 10000111 1011101 1000111 0 11111 101111 101111 10101 11111 101000

Color Harmonies of #875D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D47

Black with #875D47

Text Example


Text Example

White with #875D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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