Html Css Color HEX #886550 Leather

📋 copy color: '#886550'

red 136 ◦ green 101 ◦ blue 80

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

Shades of Leather #886550

Tints of Leather #886550

RGB

 RED value IS 136 (53.52% from 255) = 42.9%

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 42.9%
G = 31.86%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#886550 (or 0x886550) is known color: Leather. HEX triplet: 88, 65 and 50. RGB value is (136,101,80). Sum of RGB (Red+Green+Blue) = 136+101+80=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #886550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886550 is #779AAF. Grayscale: #6D6D6D. Windows color (decimal): -7838384 or 5268872. OLE color: 5268872.

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

Color convert

RGB 136 101 80 -
CMYK 0 0.26 0.41 0.47
HSL 22.5º 0.26% 0.42% -
HSV(B) 22.5º 0.41% 0.53% -
XYZ 16.25 15.12 9.65 -
YUV 109.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 136 101 80 0 0.26 0.41 0.47 22.5 0.26 0.42
Hex 88 65 50 0 1A 29 2F 16 1A 2A
Octal 210 145 120 0 32 51 57 26 32 52
Binary 10001000 1100101 1010000 0 11010 101001 101111 10110 11010 101010

Color Harmonies of #886550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886550

Black with #886550

Text Example


Text Example

White with #886550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886550; }

 p { color: rgb(136,101,80); }

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

background-color css

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

 a { background-color: rgb(136,101,80); }

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

border-color css

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

 span { border-color: rgb(136,101,80); }

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