#935A46

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

Shades of Spicy Mix #935A46

Tints of Spicy Mix #935A46

Color information

#935A46 (or 0x935A46) is unknown color: approx Spicy Mix. HEX triplet: 93, 5A and 46. RGB value is (147,90,70). Sum of RGB (Red+Green+Blue) = 147+90+70=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #935A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A46 is #6CA5B9. Grayscale: #686868. Windows color (decimal): -7120314 or 4610707. OLE color: 4610707.

HSL color Cylindrical-coordinate representation of color #935A46: hue angle of 15.58º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935A46 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1479070-
CMYK00.390.520.42
HSL15.58º35.48%42.55%-
HSV(B)15.58º52.38%57.65%-
XYZ16.7913.967.6-
YUV104.76108.38158.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=47.88%
G=29.32%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147907000.390.520.4215.5835.4842.55
Hex935A46027342A10232b
Octal2231321060476452204353
Binary1001001110110101000110010011111010010101010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935A46; }

 p { color: rgb(147,90,70); }

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

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

 a { background-color: rgb(147,90,70); }

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

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

 span { border-color: rgb(147,90,70); }

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