#955F4E

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

Shades of Spicy Mix #955F4E

Tints of Spicy Mix #955F4E

Color information

#955F4E (or 0x955F4E) is unknown color: approx Spicy Mix. HEX triplet: 95, 5F and 4E. RGB value is (149,95,78). Sum of RGB (Red+Green+Blue) = 149+95+78=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #955F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F4E is #6AA0B1. Grayscale: #6D6D6D. Windows color (decimal): -6987954 or 5136277. OLE color: 5136277.

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

Color convert

RGB1499578-
CMYK00.360.480.42
HSL14.37º31.28%44.51%-
HSV(B)14.37º47.65%58.43%-
XYZ17.8615.129.19-
YUV109.21110.39156.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=46.27%
G=29.50%
B=24.22%

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
Decimal149957800.360.480.4214.3731.2844.51
Hex955F4E024302Ae1f2d
Octal2251371160446052163755
Binary10010101101111110011100100100110000101010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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