#975F4F

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

Shades of Spicy Mix #975F4F

Tints of Spicy Mix #975F4F

Color information

#975F4F (or 0x975F4F) is unknown color: approx Spicy Mix. HEX triplet: 97, 5F and 4F. RGB value is (151,95,79). Sum of RGB (Red+Green+Blue) = 151+95+79=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #975F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F4F is #68A0B0. Grayscale: #6E6E6E. Windows color (decimal): -6856881 or 5201815. OLE color: 5201815.

HSL color Cylindrical-coordinate representation of color #975F4F: hue angle of 13.33º degrees, saturation: 0.31, 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 #975F4F is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1519579-
CMYK00.370.480.41
HSL13.33º31.3%45.1%-
HSV(B)13.33º47.68%59.22%-
XYZ18.2715.339.39-
YUV109.92110.55157.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=46.46%
G=29.23%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151957900.370.480.4113.3331.345.1
Hex975F4F0253029d1f2d
Octal2271371170456051153755
Binary10010111101111110011110100101110000101001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,95,79); }

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

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

 a { background-color: rgb(151,95,79); }

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

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

 span { border-color: rgb(151,95,79); }

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