#975F57

Color #975F57 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #975F57

Tints of Au Chico #975F57

Color information

#975F57 (or 0x975F57) is unknown color: approx Au Chico. HEX triplet: 97, 5F and 57. RGB value is (151,95,87). Sum of RGB (Red+Green+Blue) = 151+95+87=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #975F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F57 is #68A0A8. Grayscale: #6E6E6E. Windows color (decimal): -6856873 or 5726103. OLE color: 5726103.

HSL color Cylindrical-coordinate representation of color #975F57: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975F57 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1519587-
CMYK00.370.420.41
HSL7.5º26.89%46.67%-
HSV(B)7.5º42.38%59.22%-
XYZ18.5815.4511.02-
YUV110.83114.55156.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=45.35%
G=28.53%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151958700.370.420.417.526.8946.67
Hex975F570252A2981b2f
Octal2271371270455251103357
Binary10010111101111110101110100101101010101001100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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