#935C46

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

Shades of Spicy Mix #935C46

Tints of Spicy Mix #935C46

Color information

#935C46 (or 0x935C46) is unknown color: approx Spicy Mix. HEX triplet: 93, 5C and 46. RGB value is (147,92,70). Sum of RGB (Red+Green+Blue) = 147+92+70=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #935C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C46 is #6CA3B9. Grayscale: #6A6A6A. Windows color (decimal): -7119802 or 4611219. OLE color: 4611219.

HSL color Cylindrical-coordinate representation of color #935C46: hue angle of 17.14º 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 #935C46 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1479270-
CMYK00.370.520.42
HSL17.14º35.48%42.55%-
HSV(B)17.14º52.38%57.65%-
XYZ16.9714.37.66-
YUV105.94107.72157.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=47.57%
G=29.77%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147927000.370.520.4217.1435.4842.55
Hex935C46025342A11232b
Octal2231341060456452214353
Binary1001001110111001000110010010111010010101010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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