#885A51

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

Shades of Spicy Mix #885A51

Tints of Spicy Mix #885A51

Color information

#885A51 (or 0x885A51) is unknown color: approx Spicy Mix. HEX triplet: 88, 5A and 51. RGB value is (136,90,81). Sum of RGB (Red+Green+Blue) = 136+90+81=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #885A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A51 is #77A5AE. Grayscale: #666666. Windows color (decimal): -7841199 or 5331592. OLE color: 5331592.

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

Color convert

RGB1369081-
CMYK00.340.400.47
HSL9.82º25.35%42.55%-
HSV(B)9.82º40.44%53.33%-
XYZ15.2913.149.51-
YUV102.73115.74151.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=44.30%
G=29.32%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136908100.340.400.479.8225.3542.55
Hex885A51022282Fa192b
Octal2101321210425057123153
Binary10001000101101010100010100010101000101111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885A51; }

 p { color: rgb(136,90,81); }

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

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

 a { background-color: rgb(136,90,81); }

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

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

 span { border-color: rgb(136,90,81); }

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