#955D4F

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

Shades of Spicy Mix #955D4F

Tints of Spicy Mix #955D4F

Color information

#955D4F (or 0x955D4F) is unknown color: approx Spicy Mix. HEX triplet: 95, 5D and 4F. RGB value is (149,93,79). Sum of RGB (Red+Green+Blue) = 149+93+79=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D4F is #6AA2B0. Grayscale: #6C6C6C. Windows color (decimal): -6988465 or 5201301. OLE color: 5201301.

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

Color convert

RGB1499379-
CMYK00.380.470.42
HSL12º30.7%44.71%-
HSV(B)12º46.98%58.43%-
XYZ17.7214.789.32-
YUV108.15111.55157.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=46.42%
G=28.97%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149937900.380.470.421230.744.71
Hex955D4F0262F2Ac1f2d
Octal2251351170465752143755
Binary10010101101110110011110100110101111101010110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955D4F; }

 p { color: rgb(149,93,79); }

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

<style>
 a { background-color: #955D4F; }

 a { background-color: rgb(149,93,79); }

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

<style>
 span { border-color: #955D4F; }

 span { border-color: rgb(149,93,79); }

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