#935C4A

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

Shades of Spicy Mix #935C4A

Tints of Spicy Mix #935C4A

Color information

#935C4A (or 0x935C4A) is unknown color: approx Spicy Mix. HEX triplet: 93, 5C and 4A. RGB value is (147,92,74). Sum of RGB (Red+Green+Blue) = 147+92+74=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #935C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C4A is #6CA3B5. Grayscale: #6A6A6A. Windows color (decimal): -7119798 or 4873363. OLE color: 4873363.

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

Color convert

RGB1479274-
CMYK00.370.500.42
HSL14.79º33.03%43.33%-
HSV(B)14.79º49.66%57.65%-
XYZ17.114.358.35-
YUV106.39109.72156.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=46.96%
G=29.39%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147927400.370.500.4214.7933.0343.33
Hex935C4A025322Af212b
Octal2231341120456252174153
Binary100100111011100100101001001011100101010101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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