Html Css Color HEX #9F5E53 Au Chico

📋 copy color: '#9F5E53'

red 159 ◦ green 94 ◦ blue 83

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

Shades of Au Chico #9F5E53

Tints of Au Chico #9F5E53

RGB

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

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

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

R = 47.32%
G = 27.98%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F5E53 (or 0x9F5E53) is known color: Au Chico. HEX triplet: 9F, 5E and 53. RGB value is (159,94,83). Sum of RGB (Red+Green+Blue) = 159+94+83=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E53 is #60A1AC. Grayscale: #707070. Windows color (decimal): -6332845 or 5463711. OLE color: 5463711.

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

Color convert

RGB 159 94 83 -
CMYK 0 0.41 0.48 0.38
HSL 8.68º 0.31% 0.47% -
HSV(B) 8.68º 0.48% 0.62% -
XYZ 19.86 16 10.23 -
YUV 112.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 159 94 83 0 0.41 0.48 0.38 8.68 0.31 0.47
Hex 9F 5E 53 0 29 30 26 9 1F 2F
Octal 237 136 123 0 51 60 46 11 37 57
Binary 10011111 1011110 1010011 0 101001 110000 100110 1001 11111 101111

Color Harmonies of #9F5E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E53

Black with #9F5E53

Text Example


Text Example

White with #9F5E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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