#896253

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

Shades of Spicy Mix #896253

Tints of Spicy Mix #896253

Color information

#896253 (or 0x896253) is unknown color: approx Spicy Mix. HEX triplet: 89, 62 and 53. RGB value is (137,98,83). Sum of RGB (Red+Green+Blue) = 137+98+83=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #896253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896253 is #769DAC. Grayscale: #6C6C6C. Windows color (decimal): -7773613 or 5464713. OLE color: 5464713.

HSL color Cylindrical-coordinate representation of color #896253: hue angle of 16.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896253 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1379883-
CMYK00.280.390.46
HSL16.67º24.55%43.14%-
HSV(B)16.67º39.42%53.73%-
XYZ16.2514.6810.16-
YUV107.95113.92148.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=43.08%
G=30.82%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137988300.280.390.4616.6724.5543.14
Hex89625301C272E11192b
Octal2111421230344756213153
Binary10001001110001010100110111001001111011101000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896253; }

 p { color: rgb(137,98,83); }

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

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

 a { background-color: rgb(137,98,83); }

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

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

 span { border-color: rgb(137,98,83); }

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