#945E48

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

Shades of Spicy Mix #945E48

Tints of Spicy Mix #945E48

Color information

#945E48 (or 0x945E48) is unknown color: approx Spicy Mix. HEX triplet: 94, 5E and 48. RGB value is (148,94,72). Sum of RGB (Red+Green+Blue) = 148+94+72=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #945E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E48 is #6BA1B7. Grayscale: #6B6B6B. Windows color (decimal): -7053752 or 4742804. OLE color: 4742804.

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

Color convert

RGB1489472-
CMYK00.360.510.42
HSL17.37º34.55%43.14%-
HSV(B)17.37º51.35%58.04%-
XYZ17.3914.778.07-
YUV107.64107.89156.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=47.13%
G=29.94%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148947200.360.510.4217.3734.5543.14
Hex945E48024332A11232b
Octal2241361100446352214353
Binary1001010010111101001000010010011001110101010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,94,72); }

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

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

 a { background-color: rgb(148,94,72); }

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

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

 span { border-color: rgb(148,94,72); }

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