#945E4A

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

Shades of Spicy Mix #945E4A

Tints of Spicy Mix #945E4A

Color information

#945E4A (or 0x945E4A) is unknown color: approx Spicy Mix. HEX triplet: 94, 5E and 4A. RGB value is (148,94,74). Sum of RGB (Red+Green+Blue) = 148+94+74=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E4A is #6BA1B5. Grayscale: #6B6B6B. Windows color (decimal): -7053750 or 4873876. OLE color: 4873876.

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

Color convert

RGB1489474-
CMYK00.360.500.42
HSL16.22º33.33%43.53%-
HSV(B)16.22º50%58.04%-
XYZ17.4514.88.41-
YUV107.87108.89156.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=46.84%
G=29.75%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148947400.360.500.4216.2233.3343.53
Hex945E4A024322A10212c
Octal2241361120446252204154
Binary1001010010111101001010010010011001010101010000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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