#945F46

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

Shades of Spicy Mix #945F46

Tints of Spicy Mix #945F46

Color information

#945F46 (or 0x945F46) is unknown color: approx Spicy Mix. HEX triplet: 94, 5F and 46. RGB value is (148,95,70). Sum of RGB (Red+Green+Blue) = 148+95+70=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945F46 is #6BA0B9. Grayscale: #6C6C6C. Windows color (decimal): -7053498 or 4611988. OLE color: 4611988.

HSL color Cylindrical-coordinate representation of color #945F46: hue angle of 19.23º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #945F46 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1489570-
CMYK00.360.530.42
HSL19.23º35.78%42.75%-
HSV(B)19.23º52.7%58.04%-
XYZ17.4114.927.76-
YUV108106.56156.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=47.28%
G=30.35%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148957000.360.530.4219.2335.7842.75
Hex945F46024352A13242b
Octal2241371060446552234453
Binary1001010010111111000110010010011010110101010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945F46; }

 p { color: rgb(148,95,70); }

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

<style>
 a { background-color: #945F46; }

 a { background-color: rgb(148,95,70); }

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

<style>
 span { border-color: #945F46; }

 span { border-color: rgb(148,95,70); }

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