Html Css Color HEX #886852 Leather

📋 copy color: '#886852'

red 136 ◦ green 104 ◦ blue 82

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

Shades of Leather #886852

Tints of Leather #886852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 42.24%
G = 32.3%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#886852 (or 0x886852) is known color: 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

RGB 136 104 82 -
CMYK 0 0.24 0.40 0.47
HSL 24.44º 0.25% 0.43% -
HSV(B) 24.44º 0.4% 0.53% -
XYZ 16.63 15.74 10.15 -
YUV 111.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 136 104 82 0 0.24 0.40 0.47 24.44 0.25 0.43
Hex 88 68 52 0 18 28 2F 18 19 2B
Octal 210 150 122 0 30 50 57 30 31 53
Binary 10001000 1101000 1010010 0 11000 101000 101111 11000 11001 101011

Color Harmonies of #886852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886852

Black with #886852

Text Example


Text Example

White with #886852

Text Example


Text Example

HTML Codes & Css Web 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>