#975E50

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

Shades of Au Chico #975E50

Tints of Au Chico #975E50

Color information

#975E50 (or 0x975E50) is unknown color: approx Au Chico. HEX triplet: 97, 5E and 50. RGB value is (151,94,80). Sum of RGB (Red+Green+Blue) = 151+94+80=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #975E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E50 is #68A1AF. Grayscale: #6D6D6D. Windows color (decimal): -6857136 or 5267095. OLE color: 5267095.

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

Color convert

RGB1519480-
CMYK00.380.470.41
HSL11.83º30.74%45.29%-
HSV(B)11.83º47.02%59.22%-
XYZ18.2115.169.56-
YUV109.45111.38157.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=46.46%
G=28.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151948000.380.470.4111.8330.7445.29
Hex975E500262F29c1f2d
Octal2271361200465751143755
Binary10010111101111010100000100110101111101001110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,94,80); }

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

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

 a { background-color: rgb(151,94,80); }

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

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

 span { border-color: rgb(151,94,80); }

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