#935C48

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

Shades of Spicy Mix #935C48

Tints of Spicy Mix #935C48

Color information

#935C48 (or 0x935C48) is unknown color: approx Spicy Mix. HEX triplet: 93, 5C and 48. RGB value is (147,92,72). Sum of RGB (Red+Green+Blue) = 147+92+72=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #935C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C48 is #6CA3B7. Grayscale: #6A6A6A. Windows color (decimal): -7119800 or 4742291. OLE color: 4742291.

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

Color convert

RGB1479272-
CMYK00.370.510.42
HSL16º34.25%42.94%-
HSV(B)16º51.02%57.65%-
XYZ17.0314.338-
YUV106.16108.72157.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=47.27%
G=29.58%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147927200.370.510.421634.2542.94
Hex935C48025332A10222b
Octal2231341100456352204253
Binary1001001110111001001000010010111001110101010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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