#925E51

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

Shades of Spicy Mix #925E51

Tints of Spicy Mix #925E51

Color information

#925E51 (or 0x925E51) is unknown color: approx Spicy Mix. HEX triplet: 92, 5E and 51. RGB value is (146,94,81). Sum of RGB (Red+Green+Blue) = 146+94+81=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #925E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E51 is #6DA1AE. Grayscale: #6C6C6C. Windows color (decimal): -7184815 or 5332626. OLE color: 5332626.

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

Color convert

RGB1469481-
CMYK00.360.450.43
HSL12º28.63%44.51%-
HSV(B)12º44.52%57.25%-
XYZ17.3414.719.71-
YUV108.07112.73155.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=45.48%
G=29.28%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146948100.360.450.431228.6344.51
Hex925E510242D2Bc1d2d
Octal2221361210445553143555
Binary10010010101111010100010100100101101101011110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,94,81); }

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

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

 a { background-color: rgb(146,94,81); }

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

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

 span { border-color: rgb(146,94,81); }

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