Html Css Color HEX #9F5D57 Au Chico

📋 copy color: '#9F5D57'

red 159 ◦ green 93 ◦ blue 87

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

Shades of Au Chico #9F5D57

Tints of Au Chico #9F5D57

RGB

 RED value IS 159 (62.5% from 255) = 46.9%

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 46.9%
G = 27.43%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F5D57 (or 0x9F5D57) is known color: Au Chico. HEX triplet: 9F, 5D and 57. RGB value is (159,93,87). Sum of RGB (Red+Green+Blue) = 159+93+87=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D57 is #60A2A8. Grayscale: #707070. Windows color (decimal): -6333097 or 5725599. OLE color: 5725599.

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

Color convert

RGB 159 93 87 -
CMYK 0 0.42 0.45 0.38
HSL 0.29% 0.48% -
HSV(B) 0.45% 0.62% -
XYZ 19.93 15.89 11.03 -
YUV 112.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 159 93 87 0 0.42 0.45 0.38 5 0.29 0.48
Hex 9F 5D 57 0 2A 2D 26 5 1D 30
Octal 237 135 127 0 52 55 46 5 35 60
Binary 10011111 1011101 1010111 0 101010 101101 100110 101 11101 110000

Color Harmonies of #9F5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D57

Black with #9F5D57

Text Example


Text Example

White with #9F5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,93,87); }

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

background-color css

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

 a { background-color: rgb(159,93,87); }

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

border-color css

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

 span { border-color: rgb(159,93,87); }

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