#925A49

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

Shades of Spicy Mix #925A49

Tints of Spicy Mix #925A49

Color information

#925A49 (or 0x925A49) is unknown color: approx Spicy Mix. HEX triplet: 92, 5A and 49. RGB value is (146,90,73). Sum of RGB (Red+Green+Blue) = 146+90+73=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #925A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A49 is #6DA5B6. Grayscale: #686868. Windows color (decimal): -7185847 or 4807314. OLE color: 4807314.

HSL color Cylindrical-coordinate representation of color #925A49: hue angle of 13.97º 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 #925A49 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB1469073-
CMYK00.380.50.43
HSL13.97º33.33%42.94%-
HSV(B)13.97º50%57.25%-
XYZ16.7113.98.11-
YUV104.81110.05157.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=47.25%
G=29.13%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146907300.380.50.4313.9733.3342.94
Hex925A49026322Be212b
Octal2221321110466253164153
Binary100100101011010100100101001101100101010111110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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