Html Css Color HEX #9F5C53 Au Chico

📋 copy color: '#9F5C53'

red 159 ◦ green 92 ◦ blue 83

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

Shades of Au Chico #9F5C53

Tints of Au Chico #9F5C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 47.6%
G = 27.54%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F5C53 (or 0x9F5C53) is known color: Au Chico. HEX triplet: 9F, 5C and 53. RGB value is (159,92,83). Sum of RGB (Red+Green+Blue) = 159+92+83=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C53 is #60A3AC. Grayscale: #6F6F6F. Windows color (decimal): -6333357 or 5463199. OLE color: 5463199.

HSL color Cylindrical-coordinate representation of color #9F5C53: hue angle of 7.11º degrees, saturation: 0.31, 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 #9F5C53 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 92 83 -
CMYK 0 0.42 0.48 0.38
HSL 7.11º 0.31% 0.47% -
HSV(B) 7.11º 0.48% 0.62% -
XYZ 19.69 15.65 10.17 -
YUV 111.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 159 92 83 0 0.42 0.48 0.38 7.11 0.31 0.47
Hex 9F 5C 53 0 2A 30 26 7 1F 2F
Octal 237 134 123 0 52 60 46 7 37 57
Binary 10011111 1011100 1010011 0 101010 110000 100110 111 11111 101111

Color Harmonies of #9F5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C53

Black with #9F5C53

Text Example


Text Example

White with #9F5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,92,83); }

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

background-color css

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

 a { background-color: rgb(159,92,83); }

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

border-color css

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

 span { border-color: rgb(159,92,83); }

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