#935B4E

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

Shades of Spicy Mix #935B4E

Tints of Spicy Mix #935B4E

Color information

#935B4E (or 0x935B4E) is unknown color: approx Spicy Mix. HEX triplet: 93, 5B and 4E. RGB value is (147,91,78). Sum of RGB (Red+Green+Blue) = 147+91+78=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #935B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B4E is #6CA4B1. Grayscale: #6A6A6A. Windows color (decimal): -7120050 or 5135251. OLE color: 5135251.

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

Color convert

RGB1479178-
CMYK00.380.470.42
HSL11.3º30.67%44.12%-
HSV(B)11.3º46.94%57.65%-
XYZ17.1514.249.05-
YUV106.26112.05157.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=46.52%
G=28.80%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147917800.380.470.4211.330.6744.12
Hex935B4E0262F2Ab1f2c
Octal2231331160465752133754
Binary10010011101101110011100100110101111101010101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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