#896252

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

Shades of Spicy Mix #896252

Tints of Spicy Mix #896252

Color information

#896252 (or 0x896252) is unknown color: approx Spicy Mix. HEX triplet: 89, 62 and 52. RGB value is (137,98,82). Sum of RGB (Red+Green+Blue) = 137+98+82=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #896252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896252 is #769DAD. Grayscale: #6B6B6B. Windows color (decimal): -7773614 or 5399177. OLE color: 5399177.

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

Color convert

RGB1379882-
CMYK00.280.400.46
HSL17.45º25.11%42.94%-
HSV(B)17.45º40.15%53.73%-
XYZ16.2114.669.96-
YUV107.84113.42148.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=43.22%
G=30.91%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137988200.280.400.4617.4525.1142.94
Hex89625201C282E11192b
Octal2111421220345056213153
Binary10001001110001010100100111001010001011101000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896252; }

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

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

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

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

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

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

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

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