#945C49

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

Shades of Spicy Mix #945C49

Tints of Spicy Mix #945C49

Color information

#945C49 (or 0x945C49) is unknown color: approx Spicy Mix. HEX triplet: 94, 5C and 49. RGB value is (148,92,73). Sum of RGB (Red+Green+Blue) = 148+92+73=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C49 is #6BA3B6. Grayscale: #6A6A6A. Windows color (decimal): -7054263 or 4807828. OLE color: 4807828.

HSL color Cylindrical-coordinate representation of color #945C49: hue angle of 15.2º degrees, saturation: 0.34, 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 #945C49 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1489273-
CMYK00.380.510.42
HSL15.2º33.94%43.33%-
HSV(B)15.2º50.68%58.04%-
XYZ17.2414.438.18-
YUV106.58109.05157.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=47.28%
G=29.39%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148927300.380.510.4215.233.9443.33
Hex945C49026332Af222b
Octal2241341110466352174253
Binary100101001011100100100101001101100111010101111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,92,73); }

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

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

 a { background-color: rgb(148,92,73); }

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

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

 span { border-color: rgb(148,92,73); }

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