#925D49

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

Shades of Spicy Mix #925D49

Tints of Spicy Mix #925D49

Color information

#925D49 (or 0x925D49) is unknown color: approx Spicy Mix. HEX triplet: 92, 5D and 49. RGB value is (146,93,73). Sum of RGB (Red+Green+Blue) = 146+93+73=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #925D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D49 is #6DA2B6. Grayscale: #6A6A6A. Windows color (decimal): -7185079 or 4808082. OLE color: 4808082.

HSL color Cylindrical-coordinate representation of color #925D49: hue angle of 16.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925D49 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB1469373-
CMYK00.360.50.43
HSL16.44º33.33%42.94%-
HSV(B)16.44º50%57.25%-
XYZ16.9714.428.19-
YUV106.57109.06156.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=46.79%
G=29.81%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146937300.360.50.4316.4433.3342.94
Hex925D49024322B10212b
Octal2221351110446253204153
Binary1001001010111011001001010010011001010101110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925D49; }

 p { color: rgb(146,93,73); }

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

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

 a { background-color: rgb(146,93,73); }

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

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

 span { border-color: rgb(146,93,73); }

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