#935E53

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

Shades of Spicy Mix #935E53

Tints of Spicy Mix #935E53

Color information

#935E53 (or 0x935E53) is unknown color: approx Spicy Mix. HEX triplet: 93, 5E and 53. RGB value is (147,94,83). Sum of RGB (Red+Green+Blue) = 147+94+83=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #935E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E53 is #6CA1AC. Grayscale: #6C6C6C. Windows color (decimal): -7119277 or 5463699. OLE color: 5463699.

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

Color convert

RGB1479483-
CMYK00.360.440.42
HSL10.31º27.83%45.1%-
HSV(B)10.31º43.54%57.65%-
XYZ17.614.8310.12-
YUV108.59113.56155.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 83 (32.81% from 255) = 25.62%
R=45.37%
G=29.01%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147948300.360.440.4210.3127.8345.1
Hex935E530242C2Aa1c2d
Octal2231361230445452123455
Binary10010011101111010100110100100101100101010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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