Html Css Color HEX #9E5E58 Au Chico

📋 copy color: '#9E5E58'

red 158 ◦ green 94 ◦ blue 88

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

Shades of Au Chico #9E5E58

Tints of Au Chico #9E5E58

RGB

 RED value IS 158 (62.11% from 255) = 46.47%

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 46.47%
G = 27.65%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9E5E58 (or 0x9E5E58) is known color: Au Chico. HEX triplet: 9E, 5E and 58. RGB value is (158,94,88). Sum of RGB (Red+Green+Blue) = 158+94+88=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5E58 is #61A1A7. Grayscale: #707070. Windows color (decimal): -6398376 or 5791390. OLE color: 5791390.

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

Color convert

RGB 158 94 88 -
CMYK 0 0.41 0.44 0.38
HSL 5.14º 0.28% 0.48% -
HSV(B) 5.14º 0.44% 0.62% -
XYZ 19.86 15.98 11.27 -
YUV 112.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 158 94 88 0 0.41 0.44 0.38 5.14 0.28 0.48
Hex 9E 5E 58 0 29 2C 26 5 1C 30
Octal 236 136 130 0 51 54 46 5 34 60
Binary 10011110 1011110 1011000 0 101001 101100 100110 101 11100 110000

Color Harmonies of #9E5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5E58

Black with #9E5E58

Text Example


Text Example

White with #9E5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,94,88); }

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

background-color css

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

 a { background-color: rgb(158,94,88); }

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

border-color css

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

 span { border-color: rgb(158,94,88); }

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