#925E47

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

Shades of Spicy Mix #925E47

Tints of Spicy Mix #925E47

Color information

#925E47 (or 0x925E47) is unknown color: approx Spicy Mix. HEX triplet: 92, 5E and 47. RGB value is (146,94,71). Sum of RGB (Red+Green+Blue) = 146+94+71=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #925E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E47 is #6DA1B8. Grayscale: #6B6B6B. Windows color (decimal): -7184825 or 4677266. OLE color: 4677266.

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

Color convert

RGB1469471-
CMYK00.360.510.43
HSL18.4º34.56%42.55%-
HSV(B)18.4º51.37%57.25%-
XYZ16.9914.577.88-
YUV106.93107.73155.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=46.95%
G=30.23%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146947100.360.510.4318.434.5642.55
Hex925E47024332B12232b
Octal2221361070446353224353
Binary1001001010111101000111010010011001110101110010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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