Html Css Color HEX #9F804E Muesli

📋 copy color: '#9F804E'

red 159 ◦ green 128 ◦ blue 78

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

Shades of Muesli #9F804E

Tints of Muesli #9F804E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 43.56%
G = 35.07%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9F804E (or 0x9F804E) is known color: Muesli. HEX triplet: 9F, 80 and 4E. RGB value is (159,128,78). Sum of RGB (Red+Green+Blue) = 159+128+78=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F804E is #607FB1. Grayscale: #838383. Windows color (decimal): -6324146 or 5144735. OLE color: 5144735.

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

Color convert

RGB 159 128 78 -
CMYK 0 0.19 0.51 0.38
HSL 37.04º 0.34% 0.46% -
HSV(B) 37.04º 0.51% 0.62% -
XYZ 23.39 23.36 10.48 -
YUV 131.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 159 128 78 0 0.19 0.51 0.38 37.04 0.34 0.46
Hex 9F 80 4E 0 13 33 26 25 22 2E
Octal 237 200 116 0 23 63 46 45 42 56
Binary 10011111 10000000 1001110 0 10011 110011 100110 100101 100010 101110

Color Harmonies of #9F804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F804E

Black with #9F804E

Text Example


Text Example

White with #9F804E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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