#936048

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

Shades of Spicy Mix #936048

Tints of Spicy Mix #936048

Color information

#936048 (or 0x936048) is unknown color: approx Spicy Mix. HEX triplet: 93, 60 and 48. RGB value is (147,96,72). Sum of RGB (Red+Green+Blue) = 147+96+72=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #936048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936048 is #6C9FB7. Grayscale: #6C6C6C. Windows color (decimal): -7118776 or 4743315. OLE color: 4743315.

HSL color Cylindrical-coordinate representation of color #936048: hue angle of 19.2º 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 #936048 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1479672-
CMYK00.350.510.42
HSL19.2º34.25%42.94%-
HSV(B)19.2º51.02%57.65%-
XYZ17.3915.048.12-
YUV108.51107.4155.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=46.67%
G=30.48%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147967200.350.510.4219.234.2542.94
Hex936048023332A13222b
Octal2231401100436352234253
Binary1001001111000001001000010001111001110101010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936048; }

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

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

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

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

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

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

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

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