#9D5F53

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

Shades of Au Chico #9D5F53

Tints of Au Chico #9D5F53

Color information

#9D5F53 (or 0x9D5F53) is unknown color: approx Au Chico. HEX triplet: 9D, 5F and 53. RGB value is (157,95,83). Sum of RGB (Red+Green+Blue) = 157+95+83=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5F53 is #62A0AC. Grayscale: #707070. Windows color (decimal): -6463661 or 5463965. OLE color: 5463965.

HSL color Cylindrical-coordinate representation of color #9D5F53: hue angle of 9.73º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D5F53 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB1579583-
CMYK00.390.470.38
HSL9.73º30.83%47.06%-
HSV(B)9.73º47.13%61.57%-
XYZ19.5615.9810.24-
YUV112.17111.54159.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=46.87%
G=28.36%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157958300.390.470.389.7330.8347.06
Hex9D5F530272F26a1f2f
Octal2351371230475746123757
Binary10011101101111110100110100111101111100110101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D5F53; }

 p { color: rgb(157,95,83); }

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

<style>
 a { background-color: #9D5F53; }

 a { background-color: rgb(157,95,83); }

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

<style>
 span { border-color: #9D5F53; }

 span { border-color: rgb(157,95,83); }

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