#955E4F

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

Shades of Spicy Mix #955E4F

Tints of Spicy Mix #955E4F

Color information

#955E4F (or 0x955E4F) is unknown color: approx Spicy Mix. HEX triplet: 95, 5E and 4F. RGB value is (149,94,79). Sum of RGB (Red+Green+Blue) = 149+94+79=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #955E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E4F is #6AA1B0. Grayscale: #6C6C6C. Windows color (decimal): -6988209 or 5201557. OLE color: 5201557.

HSL color Cylindrical-coordinate representation of color #955E4F: hue angle of 12.86º 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 #955E4F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1499479-
CMYK00.370.470.42
HSL12.86º30.7%44.71%-
HSV(B)12.86º46.98%58.43%-
XYZ17.8114.969.35-
YUV108.73111.22156.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=46.27%
G=29.19%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149947900.370.470.4212.8630.744.71
Hex955E4F0252F2Ad1f2d
Octal2251361170455752153755
Binary10010101101111010011110100101101111101010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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