Html Css Color HEX #9F5F54 Au Chico

📋 copy color: '#9F5F54'

red 159 ◦ green 95 ◦ blue 84

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

Shades of Au Chico #9F5F54

Tints of Au Chico #9F5F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

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

R = 47.04%
G = 28.11%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F5F54 (or 0x9F5F54) is known color: Au Chico. HEX triplet: 9F, 5F and 54. RGB value is (159,95,84). Sum of RGB (Red+Green+Blue) = 159+95+84=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5F54 is #60A0AB. Grayscale: #707070. Windows color (decimal): -6332588 or 5529503. OLE color: 5529503.

HSL color Cylindrical-coordinate representation of color #9F5F54: hue angle of 8.8º 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 #9F5F54 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 95 84 -
CMYK 0 0.40 0.47 0.38
HSL 8.8º 0.31% 0.48% -
HSV(B) 8.8º 0.47% 0.62% -
XYZ 19.99 16.2 10.46 -
YUV 112.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 159 95 84 0 0.40 0.47 0.38 8.8 0.31 0.48
Hex 9F 5F 54 0 28 2F 26 9 1F 30
Octal 237 137 124 0 50 57 46 11 37 60
Binary 10011111 1011111 1010100 0 101000 101111 100110 1001 11111 110000

Color Harmonies of #9F5F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5F54

Black with #9F5F54

Text Example


Text Example

White with #9F5F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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