#955F49

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

Shades of Spicy Mix #955F49

Tints of Spicy Mix #955F49

Color information

#955F49 (or 0x955F49) is unknown color: approx Spicy Mix. HEX triplet: 95, 5F and 49. RGB value is (149,95,73). Sum of RGB (Red+Green+Blue) = 149+95+73=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F49 is #6AA0B6. Grayscale: #6C6C6C. Windows color (decimal): -6987959 or 4808597. OLE color: 4808597.

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

Color convert

RGB1499573-
CMYK00.360.510.42
HSL17.37º34.23%43.53%-
HSV(B)17.37º51.01%58.43%-
XYZ17.6915.068.28-
YUV108.64107.89156.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=47.00%
G=29.97%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149957300.360.510.4217.3734.2343.53
Hex955F49024332A11222c
Octal2251371110446352214254
Binary1001010110111111001001010010011001110101010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,73); }

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

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

 a { background-color: rgb(149,95,73); }

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

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

 span { border-color: rgb(149,95,73); }

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