Html Css Color HEX #876750 Leather

📋 copy color: '#876750'

red 135 ◦ green 103 ◦ blue 80

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

Shades of Leather #876750

Tints of Leather #876750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 42.45%
G = 32.39%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#876750 (or 0x876750) is known color: Leather. HEX triplet: 87, 67 and 50. RGB value is (135,103,80). Sum of RGB (Red+Green+Blue) = 135+103+80=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #876750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876750 is #7898AF. Grayscale: #6E6E6E. Windows color (decimal): -7903408 or 5269383. OLE color: 5269383.

HSL color Cylindrical-coordinate representation of color #876750: hue angle of 25.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876750 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 103 80 -
CMYK 0 0.24 0.41 0.47
HSL 25.09º 0.26% 0.42% -
HSV(B) 25.09º 0.41% 0.53% -
XYZ 16.29 15.43 9.71 -
YUV 109.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 135 103 80 0 0.24 0.41 0.47 25.09 0.26 0.42
Hex 87 67 50 0 18 29 2F 19 1A 2A
Octal 207 147 120 0 30 51 57 31 32 52
Binary 10000111 1100111 1010000 0 11000 101001 101111 11001 11010 101010

Color Harmonies of #876750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876750

Black with #876750

Text Example


Text Example

White with #876750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876750; }

 p { color: rgb(135,103,80); }

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

background-color css

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

 a { background-color: rgb(135,103,80); }

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

border-color css

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

 span { border-color: rgb(135,103,80); }

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