Html Css Color HEX #876850 Leather

📋 copy color: '#876850'

red 135 ◦ green 104 ◦ blue 80

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

Shades of Leather #876850

Tints of Leather #876850

RGB

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

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

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

R = 42.32%
G = 32.6%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#876850 (or 0x876850) is known color: Leather. HEX triplet: 87, 68 and 50. RGB value is (135,104,80). Sum of RGB (Red+Green+Blue) = 135+104+80=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #876850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876850 is #7897AF. Grayscale: #6E6E6E. Windows color (decimal): -7903152 or 5269639. OLE color: 5269639.

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

Color convert

RGB 135 104 80 -
CMYK 0 0.23 0.41 0.47
HSL 26.18º 0.26% 0.42% -
HSV(B) 26.18º 0.41% 0.53% -
XYZ 16.39 15.63 9.74 -
YUV 110.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 135 104 80 0 0.23 0.41 0.47 26.18 0.26 0.42
Hex 87 68 50 0 17 29 2F 1A 1A 2A
Octal 207 150 120 0 27 51 57 32 32 52
Binary 10000111 1101000 1010000 0 10111 101001 101111 11010 11010 101010

Color Harmonies of #876850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876850

Black with #876850

Text Example


Text Example

White with #876850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876850; }

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

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

background-color css

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

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

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

border-color css

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

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

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