Html Css Color HEX #9F5C54 Au Chico

📋 copy color: '#9F5C54'

red 159 ◦ green 92 ◦ blue 84

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

Shades of Au Chico #9F5C54

Tints of Au Chico #9F5C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 47.46%
G = 27.46%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F5C54 (or 0x9F5C54) is known color: Au Chico. HEX triplet: 9F, 5C and 54. RGB value is (159,92,84). Sum of RGB (Red+Green+Blue) = 159+92+84=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C54 is #60A3AB. Grayscale: #6F6F6F. Windows color (decimal): -6333356 or 5528735. OLE color: 5528735.

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

Color convert

RGB 159 92 84 -
CMYK 0 0.42 0.47 0.38
HSL 6.4º 0.31% 0.48% -
HSV(B) 6.4º 0.47% 0.62% -
XYZ 19.73 15.67 10.37 -
YUV 111.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 159 92 84 0 0.42 0.47 0.38 6.4 0.31 0.48
Hex 9F 5C 54 0 2A 2F 26 6 1F 30
Octal 237 134 124 0 52 57 46 6 37 60
Binary 10011111 1011100 1010100 0 101010 101111 100110 110 11111 110000

Color Harmonies of #9F5C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C54

Black with #9F5C54

Text Example


Text Example

White with #9F5C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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