Html Css Color HEX #9D5E59 Au Chico

📋 copy color: '#9D5E59'

red 157 ◦ green 94 ◦ blue 89

#9D5E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #9D5E59

Tints of Au Chico #9D5E59

RGB

 RED value IS 157 (61.72% from 255) = 46.18%

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 46.18%
G = 27.65%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D5E59 (or 0x9D5E59) is known color: Au Chico. HEX triplet: 9D, 5E and 59. RGB value is (157,94,89). Sum of RGB (Red+Green+Blue) = 157+94+89=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E59 is #62A1A6. Grayscale: #707070. Windows color (decimal): -6463911 or 5856925. OLE color: 5856925.

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

Color convert

RGB 157 94 89 -
CMYK 0 0.40 0.43 0.38
HSL 4.41º 0.28% 0.48% -
HSV(B) 4.41º 0.43% 0.62% -
XYZ 19.71 15.89 11.48 -
YUV 112.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 157 94 89 0 0.40 0.43 0.38 4.41 0.28 0.48
Hex 9D 5E 59 0 28 2B 26 4 1C 30
Octal 235 136 131 0 50 53 46 4 34 60
Binary 10011101 1011110 1011001 0 101000 101011 100110 100 11100 110000

Color Harmonies of #9D5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E59

Black with #9D5E59

Text Example


Text Example

White with #9D5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,89); }

 H1.HeaderClassName
 {
   color: #9D5E59;
 }
 .AnyTagClassName
 {
   color: #9D5E59;
 }
</style>

background-color css

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

 a { background-color: rgb(157,94,89); }

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

border-color css

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

 span { border-color: rgb(157,94,89); }

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