#886253

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

Shades of Spicy Mix #886253

Tints of Spicy Mix #886253

Color information

#886253 (or 0x886253) is unknown color: approx Spicy Mix. HEX triplet: 88, 62 and 53. RGB value is (136,98,83). Sum of RGB (Red+Green+Blue) = 136+98+83=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #886253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886253 is #779DAC. Grayscale: #6B6B6B. Windows color (decimal): -7839149 or 5464712. OLE color: 5464712.

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

Color convert

RGB1369883-
CMYK00.280.390.47
HSL16.98º24.2%42.94%-
HSV(B)16.98º38.97%53.33%-
XYZ16.0814.5910.15-
YUV107.65114.09148.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=42.90%
G=30.91%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136988300.280.390.4716.9824.242.94
Hex88625301C272F11182b
Octal2101421230344757213053
Binary10001000110001010100110111001001111011111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886253; }

 p { color: rgb(136,98,83); }

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

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

 a { background-color: rgb(136,98,83); }

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

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

 span { border-color: rgb(136,98,83); }

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