#885F54

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

Shades of Spicy Mix #885F54

Tints of Spicy Mix #885F54

Color information

#885F54 (or 0x885F54) is unknown color: approx Spicy Mix. HEX triplet: 88, 5F and 54. RGB value is (136,95,84). Sum of RGB (Red+Green+Blue) = 136+95+84=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #885F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F54 is #77A0AB. Grayscale: #6A6A6A. Windows color (decimal): -7839916 or 5529480. OLE color: 5529480.

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

Color convert

RGB1369584-
CMYK00.300.380.47
HSL12.69º23.64%43.14%-
HSV(B)12.69º38.24%53.33%-
XYZ15.8514.0610.27-
YUV106115.58149.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=43.17%
G=30.16%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136958400.300.380.4712.6923.6443.14
Hex885F5401E262Fd182b
Octal2101371240364657153053
Binary1000100010111111010100011110100110101111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,95,84); }

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

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

 a { background-color: rgb(136,95,84); }

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

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

 span { border-color: rgb(136,95,84); }

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