#945E4D

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

Shades of Spicy Mix #945E4D

Tints of Spicy Mix #945E4D

Color information

#945E4D (or 0x945E4D) is unknown color: approx Spicy Mix. HEX triplet: 94, 5E and 4D. RGB value is (148,94,77). Sum of RGB (Red+Green+Blue) = 148+94+77=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #945E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E4D is #6BA1B2. Grayscale: #6C6C6C. Windows color (decimal): -7053747 or 5070484. OLE color: 5070484.

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

Color convert

RGB1489477-
CMYK00.360.480.42
HSL14.37º31.56%44.12%-
HSV(B)14.37º47.97%58.04%-
XYZ17.5614.848.96-
YUV108.21110.39156.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=46.39%
G=29.47%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148947700.360.480.4214.3731.5644.12
Hex945E4D024302Ae202c
Octal2241361150446052164054
Binary100101001011110100110101001001100001010101110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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