#886852

Color #886852 Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #886852

Tints of Leather #886852

Color information

#886852 (or 0x886852) is unknown color: approx Leather. HEX triplet: 88, 68 and 52. RGB value is (136,104,82). Sum of RGB (Red+Green+Blue) = 136+104+82=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886852 is #7797AD. Grayscale: #6F6F6F. Windows color (decimal): -7837614 or 5400712. OLE color: 5400712.

HSL color Cylindrical-coordinate representation of color #886852: hue angle of 24.44º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886852 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13610482-
CMYK00.240.400.47
HSL24.44º24.77%42.75%-
HSV(B)24.44º39.71%53.33%-
XYZ16.6315.7410.15-
YUV111.06111.6145.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=42.24%
G=32.30%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361048200.240.400.4724.4424.7742.75
Hex886852018282F18192b
Octal2101501220305057303153
Binary10001000110100010100100110001010001011111100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886852; }

 p { color: rgb(136,104,82); }

 H1.HeaderClassName
 {
   color: #886852;
 }
 .AnyTagClassName
 {
   color: #886852;
 }
</style>
background-color css

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

 a { background-color: rgb(136,104,82); }

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

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

 span { border-color: rgb(136,104,82); }

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