#925B46

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

Shades of Spicy Mix #925B46

Tints of Spicy Mix #925B46

Color information

#925B46 (or 0x925B46) is unknown color: approx Spicy Mix. HEX triplet: 92, 5B and 46. RGB value is (146,91,70). Sum of RGB (Red+Green+Blue) = 146+91+70=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #925B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B46 is #6DA4B9. Grayscale: #696969. Windows color (decimal): -7185594 or 4610962. OLE color: 4610962.

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

Color convert

RGB1469170-
CMYK00.380.520.43
HSL16.58º35.19%42.35%-
HSV(B)16.58º52.05%57.25%-
XYZ16.714.047.62-
YUV105.05108.22157.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=47.56%
G=29.64%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146917000.380.520.4316.5835.1942.35
Hex925B46026342B11232a
Octal2221331060466453214352
Binary1001001010110111000110010011011010010101110001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,70); }

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

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

 a { background-color: rgb(146,91,70); }

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

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

 span { border-color: rgb(146,91,70); }

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