#885B51

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

Shades of Spicy Mix #885B51

Tints of Spicy Mix #885B51

Color information

#885B51 (or 0x885B51) is unknown color: approx Spicy Mix. HEX triplet: 88, 5B and 51. RGB value is (136,91,81). Sum of RGB (Red+Green+Blue) = 136+91+81=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B51 is #77A4AE. Grayscale: #676767. Windows color (decimal): -7840943 or 5331848. OLE color: 5331848.

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

Color convert

RGB1369181-
CMYK00.330.400.47
HSL10.91º25.35%42.55%-
HSV(B)10.91º40.44%53.33%-
XYZ15.3813.319.54-
YUV103.31115.41151.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=44.16%
G=29.55%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136918100.330.400.4710.9125.3542.55
Hex885B51021282Fb192b
Octal2101331210415057133153
Binary10001000101101110100010100001101000101111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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