#975D4E

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

Shades of Spicy Mix #975D4E

Tints of Spicy Mix #975D4E

Color information

#975D4E (or 0x975D4E) is unknown color: approx Spicy Mix. HEX triplet: 97, 5D and 4E. RGB value is (151,93,78). Sum of RGB (Red+Green+Blue) = 151+93+78=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #975D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D4E is #68A2B1. Grayscale: #6C6C6C. Windows color (decimal): -6857394 or 5135767. OLE color: 5135767.

HSL color Cylindrical-coordinate representation of color #975D4E: hue angle of 12.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #975D4E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1519378-
CMYK00.380.480.41
HSL12.33º31.88%44.9%-
HSV(B)12.33º48.34%59.22%-
XYZ18.0514.969.14-
YUV108.63110.72158.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=46.89%
G=28.88%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151937800.380.480.4112.3331.8844.9
Hex975D4E0263029c202d
Octal2271351160466051144055
Binary100101111011101100111001001101100001010011100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975D4E; }

 p { color: rgb(151,93,78); }

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

<style>
 a { background-color: #975D4E; }

 a { background-color: rgb(151,93,78); }

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

<style>
 span { border-color: #975D4E; }

 span { border-color: rgb(151,93,78); }

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