#946252

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

Shades of Spicy Mix #946252

Tints of Spicy Mix #946252

Color information

#946252 (or 0x946252) is unknown color: approx Spicy Mix. HEX triplet: 94, 62 and 52. RGB value is (148,98,82). Sum of RGB (Red+Green+Blue) = 148+98+82=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #946252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946252 is #6B9DAD. Grayscale: #6F6F6F. Windows color (decimal): -7052718 or 5399188. OLE color: 5399188.

HSL color Cylindrical-coordinate representation of color #946252: hue angle of 14.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946252 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1489882-
CMYK00.340.450.42
HSL14.55º28.7%45.1%-
HSV(B)14.55º44.59%58.04%-
XYZ18.115.6410.05-
YUV111.13111.56154.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 82 (32.42% from 255) = 25%
R=45.12%
G=29.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148988200.340.450.4214.5528.745.1
Hex9462520222D2Af1d2d
Octal2241421220425552173555
Binary10010100110001010100100100010101101101010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946252; }

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

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

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

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

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

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

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

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