Html Css Color HEX #875D41 Dark Wood

📋 copy color: '#875D41'

red 135 ◦ green 93 ◦ blue 65

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

Shades of Dark Wood #875D41

Tints of Dark Wood #875D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 46.08%
G = 31.74%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#875D41 (or 0x875D41) is known color: Dark Wood. HEX triplet: 87, 5D and 41. RGB value is (135,93,65). Sum of RGB (Red+Green+Blue) = 135+93+65=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #875D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D41 is #78A2BE. Grayscale: #666666. Windows color (decimal): -7905983 or 4283783. OLE color: 4283783.

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

Color convert

RGB 135 93 65 -
CMYK 0 0.31 0.52 0.47
HSL 24º 0.35% 0.39% -
HSV(B) 24º 0.52% 0.53% -
XYZ 14.86 13.36 6.8 -
YUV 102.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 135 93 65 0 0.31 0.52 0.47 24 0.35 0.39
Hex 87 5D 41 0 1F 34 2F 18 23 27
Octal 207 135 101 0 37 64 57 30 43 47
Binary 10000111 1011101 1000001 0 11111 110100 101111 11000 100011 100111

Color Harmonies of #875D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D41

Black with #875D41

Text Example


Text Example

White with #875D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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