#955C4E

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

Shades of Spicy Mix #955C4E

Tints of Spicy Mix #955C4E

Color information

#955C4E (or 0x955C4E) is unknown color: approx Spicy Mix. HEX triplet: 95, 5C and 4E. RGB value is (149,92,78). Sum of RGB (Red+Green+Blue) = 149+92+78=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C4E is #6AA3B1. Grayscale: #6B6B6B. Windows color (decimal): -6988722 or 5135509. OLE color: 5135509.

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

Color convert

RGB1499278-
CMYK00.380.480.42
HSL11.83º31.28%44.51%-
HSV(B)11.83º47.65%58.43%-
XYZ17.614.599.1-
YUV107.45111.38157.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=46.71%
G=28.84%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149927800.380.480.4211.8331.2844.51
Hex955C4E026302Ac1f2d
Octal2251341160466052143755
Binary10010101101110010011100100110110000101010110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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