#975D4D

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

Shades of Spicy Mix #975D4D

Tints of Spicy Mix #975D4D

Color information

#975D4D (or 0x975D4D) is unknown color: approx Spicy Mix. HEX triplet: 97, 5D and 4D. RGB value is (151,93,77). Sum of RGB (Red+Green+Blue) = 151+93+77=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #975D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D4D is #68A2B2. Grayscale: #6C6C6C. Windows color (decimal): -6857395 or 5070231. OLE color: 5070231.

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

Color convert

RGB1519377-
CMYK00.380.490.41
HSL12.97º32.46%44.71%-
HSV(B)12.97º49.01%59.22%-
XYZ18.0214.948.96-
YUV108.52110.22158.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=47.04%
G=28.97%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151937700.380.490.4112.9732.4644.71
Hex975D4D0263129d202d
Octal2271351150466151154055
Binary100101111011101100110101001101100011010011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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