#885C48

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

Shades of Spicy Mix #885C48

Tints of Spicy Mix #885C48

Color information

#885C48 (or 0x885C48) is unknown color: approx Spicy Mix. HEX triplet: 88, 5C and 48. RGB value is (136,92,72). Sum of RGB (Red+Green+Blue) = 136+92+72=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C48 is #77A3B7. Grayscale: #666666. Windows color (decimal): -7840696 or 4742280. OLE color: 4742280.

HSL color Cylindrical-coordinate representation of color #885C48: hue angle of 18.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885C48 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1369272-
CMYK00.320.470.47
HSL18.75º30.77%40.78%-
HSV(B)18.75º47.06%53.33%-
XYZ15.1513.367.91-
YUV102.88110.58151.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 72 (28.52% from 255) = 24%
R=45.33%
G=30.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136927200.320.470.4718.7530.7740.78
Hex885C480202F2F131f29
Octal2101341100405757233751
Binary100010001011100100100001000001011111011111001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,92,72); }

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

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

 a { background-color: rgb(136,92,72); }

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

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

 span { border-color: rgb(136,92,72); }

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