#886052

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

Shades of Spicy Mix #886052

Tints of Spicy Mix #886052

Color information

#886052 (or 0x886052) is unknown color: approx Spicy Mix. HEX triplet: 88, 60 and 52. RGB value is (136,96,82). Sum of RGB (Red+Green+Blue) = 136+96+82=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #886052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886052 is #779FAD. Grayscale: #6A6A6A. Windows color (decimal): -7839662 or 5398664. OLE color: 5398664.

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

Color convert

RGB1369682-
CMYK00.290.400.47
HSL15.56º24.77%42.75%-
HSV(B)15.56º39.71%53.33%-
XYZ15.8614.219.89-
YUV106.36114.25149.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=43.31%
G=30.57%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136968200.290.400.4715.5624.7742.75
Hex88605201D282F10192b
Octal2101401220355057203153
Binary10001000110000010100100111011010001011111000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886052; }

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

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

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

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

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

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

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

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