Html Css Color HEX #9F5E54 Au Chico

📋 copy color: '#9F5E54'

red 159 ◦ green 94 ◦ blue 84

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

Shades of Au Chico #9F5E54

Tints of Au Chico #9F5E54

RGB

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

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

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

R = 47.18%
G = 27.89%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F5E54 (or 0x9F5E54) is known color: Au Chico. HEX triplet: 9F, 5E and 54. RGB value is (159,94,84). Sum of RGB (Red+Green+Blue) = 159+94+84=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E54 is #60A1AB. Grayscale: #707070. Windows color (decimal): -6332844 or 5529247. OLE color: 5529247.

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

Color convert

RGB 159 94 84 -
CMYK 0 0.41 0.47 0.38
HSL 0.31% 0.48% -
HSV(B) 0.47% 0.62% -
XYZ 19.9 16.02 10.43 -
YUV 112.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 159 94 84 0 0.41 0.47 0.38 8 0.31 0.48
Hex 9F 5E 54 0 29 2F 26 8 1F 30
Octal 237 136 124 0 51 57 46 10 37 60
Binary 10011111 1011110 1010100 0 101001 101111 100110 1000 11111 110000

Color Harmonies of #9F5E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E54

Black with #9F5E54

Text Example


Text Example

White with #9F5E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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