#925D53

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

Shades of Spicy Mix #925D53

Tints of Spicy Mix #925D53

Color information

#925D53 (or 0x925D53) is unknown color: approx Spicy Mix. HEX triplet: 92, 5D and 53. RGB value is (146,93,83). Sum of RGB (Red+Green+Blue) = 146+93+83=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #925D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D53 is #6DA2AC. Grayscale: #6B6B6B. Windows color (decimal): -7185069 or 5463442. OLE color: 5463442.

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

Color convert

RGB1469383-
CMYK00.360.430.43
HSL9.52º27.51%44.9%-
HSV(B)9.52º43.15%57.25%-
XYZ17.3314.5610.08-
YUV107.71114.06155.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=45.34%
G=28.88%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146938300.360.430.439.5227.5144.9
Hex925D530242B2Ba1c2d
Octal2221351230445353123455
Binary10010010101110110100110100100101011101011101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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