#945D4C

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

Shades of Spicy Mix #945D4C

Tints of Spicy Mix #945D4C

Color information

#945D4C (or 0x945D4C) is unknown color: approx Spicy Mix. HEX triplet: 94, 5D and 4C. RGB value is (148,93,76). Sum of RGB (Red+Green+Blue) = 148+93+76=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D4C is #6BA2B3. Grayscale: #6B6B6B. Windows color (decimal): -7054004 or 5004692. OLE color: 5004692.

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

Color convert

RGB1489376-
CMYK00.370.490.42
HSL14.17º32.14%43.92%-
HSV(B)14.17º48.65%58.04%-
XYZ17.4314.658.75-
YUV107.51110.22156.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=46.69%
G=29.34%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148937600.370.490.4214.1732.1443.92
Hex945D4C025312Ae202c
Octal2241351140456152164054
Binary100101001011101100110001001011100011010101110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,93,76); }

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

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

 a { background-color: rgb(148,93,76); }

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

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

 span { border-color: rgb(148,93,76); }

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