#936253

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

Shades of Spicy Mix #936253

Tints of Spicy Mix #936253

Color information

#936253 (or 0x936253) is unknown color: approx Spicy Mix. HEX triplet: 93, 62 and 53. RGB value is (147,98,83). Sum of RGB (Red+Green+Blue) = 147+98+83=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #936253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936253 is #6C9DAC. Grayscale: #6F6F6F. Windows color (decimal): -7118253 or 5464723. OLE color: 5464723.

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

Color convert

RGB1479883-
CMYK00.330.440.42
HSL14.06º27.83%45.1%-
HSV(B)14.06º43.54%57.65%-
XYZ17.9615.5610.24-
YUV110.94112.23153.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=44.82%
G=29.88%
B=25.30%

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
Decimal147988300.330.440.4214.0627.8345.1
Hex9362530212C2Ae1c2d
Octal2231421230415452163455
Binary10010011110001010100110100001101100101010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936253; }

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

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

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

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

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

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

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

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