#945E4E

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

Shades of Spicy Mix #945E4E

Tints of Spicy Mix #945E4E

Color information

#945E4E (or 0x945E4E) is unknown color: approx Spicy Mix. HEX triplet: 94, 5E and 4E. RGB value is (148,94,78). Sum of RGB (Red+Green+Blue) = 148+94+78=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #945E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E4E is #6BA1B1. Grayscale: #6C6C6C. Windows color (decimal): -7053746 or 5136020. OLE color: 5136020.

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

Color convert

RGB1489478-
CMYK00.360.470.42
HSL13.71º30.97%44.31%-
HSV(B)13.71º47.3%58.04%-
XYZ17.5914.859.15-
YUV108.32110.89156.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=46.25%
G=29.38%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148947800.360.470.4213.7130.9744.31
Hex945E4E0242F2Ae1f2c
Octal2241361160445752163754
Binary10010100101111010011100100100101111101010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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