#9D5D51

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

Shades of Au Chico #9D5D51

Tints of Au Chico #9D5D51

Color information

#9D5D51 (or 0x9D5D51) is unknown color: approx Au Chico. HEX triplet: 9D, 5D and 51. RGB value is (157,93,81). Sum of RGB (Red+Green+Blue) = 157+93+81=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5D51 is #62A2AE. Grayscale: #6E6E6E. Windows color (decimal): -6464175 or 5332381. OLE color: 5332381.

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

Color convert

RGB1579381-
CMYK00.410.480.38
HSL9.47º31.93%46.67%-
HSV(B)9.47º48.41%61.57%-
XYZ19.315.599.78-
YUV110.77111.2160.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=47.43%
G=28.10%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157938100.410.480.389.4731.9346.67
Hex9D5D5102930269202f
Octal2351351210516046114057
Binary100111011011101101000101010011100001001101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,81); }

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

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

 a { background-color: rgb(157,93,81); }

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

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

 span { border-color: rgb(157,93,81); }

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