#935D4E

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

Shades of Spicy Mix #935D4E

Tints of Spicy Mix #935D4E

Color information

#935D4E (or 0x935D4E) is unknown color: approx Spicy Mix. HEX triplet: 93, 5D and 4E. RGB value is (147,93,78). Sum of RGB (Red+Green+Blue) = 147+93+78=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #935D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D4E is #6CA2B1. Grayscale: #6B6B6B. Windows color (decimal): -7119538 or 5135763. OLE color: 5135763.

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

Color convert

RGB1479378-
CMYK00.370.470.42
HSL13.04º30.67%44.12%-
HSV(B)13.04º46.94%57.65%-
XYZ17.3214.589.11-
YUV107.44111.39156.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=46.23%
G=29.25%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147937800.370.470.4213.0430.6744.12
Hex935D4E0252F2Ad1f2c
Octal2231351160455752153754
Binary10010011101110110011100100101101111101010110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,93,78); }

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

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

 a { background-color: rgb(147,93,78); }

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

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

 span { border-color: rgb(147,93,78); }

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