#925E52

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

Shades of Spicy Mix #925E52

Tints of Spicy Mix #925E52

Color information

#925E52 (or 0x925E52) is unknown color: approx Spicy Mix. HEX triplet: 92, 5E and 52. RGB value is (146,94,82). Sum of RGB (Red+Green+Blue) = 146+94+82=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #925E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E52 is #6DA1AD. Grayscale: #6C6C6C. Windows color (decimal): -7184814 or 5398162. OLE color: 5398162.

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

Color convert

RGB1469482-
CMYK00.360.440.43
HSL11.25º28.07%44.71%-
HSV(B)11.25º43.84%57.25%-
XYZ17.3814.739.91-
YUV108.18113.23154.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=45.34%
G=29.19%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146948200.360.440.4311.2528.0744.71
Hex925E520242C2Bb1c2d
Octal2221361220445453133455
Binary10010010101111010100100100100101100101011101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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