#936252

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

Shades of Spicy Mix #936252

Tints of Spicy Mix #936252

Color information

#936252 (or 0x936252) is unknown color: approx Spicy Mix. HEX triplet: 93, 62 and 52. RGB value is (147,98,82). Sum of RGB (Red+Green+Blue) = 147+98+82=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #936252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936252 is #6C9DAD. Grayscale: #6E6E6E. Windows color (decimal): -7118254 or 5399187. OLE color: 5399187.

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

Color convert

RGB1479882-
CMYK00.330.440.42
HSL14.77º28.38%44.9%-
HSV(B)14.77º44.22%57.65%-
XYZ17.9215.5510.04-
YUV110.83111.73153.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=44.95%
G=29.97%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147988200.330.440.4214.7728.3844.9
Hex9362520212C2Af1c2d
Octal2231421220415452173455
Binary10010011110001010100100100001101100101010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936252; }

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

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

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

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

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

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

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

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