Html Css Color HEX #9F805A Muesli

📋 copy color: '#9F805A'

red 159 ◦ green 128 ◦ blue 90

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

Shades of Muesli #9F805A

Tints of Muesli #9F805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 42.18%
G = 33.95%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F805A (or 0x9F805A) is known color: Muesli. HEX triplet: 9F, 80 and 5A. RGB value is (159,128,90). Sum of RGB (Red+Green+Blue) = 159+128+90=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F805A is #607FA5. Grayscale: #858585. Windows color (decimal): -6324134 or 5931167. OLE color: 5931167.

HSL color Cylindrical-coordinate representation of color #9F805A: hue angle of 33.04º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F805A is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 90 -
CMYK 0 0.19 0.43 0.38
HSL 33.04º 0.28% 0.49% -
HSV(B) 33.04º 0.43% 0.62% -
XYZ 23.86 23.55 12.96 -
YUV 132.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 159 128 90 0 0.19 0.43 0.38 33.04 0.28 0.49
Hex 9F 80 5A 0 13 2B 26 21 1C 31
Octal 237 200 132 0 23 53 46 41 34 61
Binary 10011111 10000000 1011010 0 10011 101011 100110 100001 11100 110001

Color Harmonies of #9F805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F805A

Black with #9F805A

Text Example


Text Example

White with #9F805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,90); }

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

background-color css

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

 a { background-color: rgb(159,128,90); }

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

border-color css

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

 span { border-color: rgb(159,128,90); }

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