Html Css Color HEX #9F8450 Muesli

📋 copy color: '#9F8450'

red 159 ◦ green 132 ◦ blue 80

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

Shades of Muesli #9F8450

Tints of Muesli #9F8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 42.86%
G = 35.58%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F8450 (or 0x9F8450) is known color: Muesli. HEX triplet: 9F, 84 and 50. RGB value is (159,132,80). Sum of RGB (Red+Green+Blue) = 159+132+80=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8450 is #607BAF. Grayscale: #868686. Windows color (decimal): -6323120 or 5276831. OLE color: 5276831.

HSL color Cylindrical-coordinate representation of color #9F8450: hue angle of 39.49º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F8450 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 132 80 -
CMYK 0 0.17 0.50 0.38
HSL 39.49º 0.33% 0.47% -
HSV(B) 39.49º 0.5% 0.62% -
XYZ 24 24.45 11.04 -
YUV 134.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 159 132 80 0 0.17 0.50 0.38 39.49 0.33 0.47
Hex 9F 84 50 0 11 32 26 27 21 2F
Octal 237 204 120 0 21 62 46 47 41 57
Binary 10011111 10000100 1010000 0 10001 110010 100110 100111 100001 101111

Color Harmonies of #9F8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8450

Black with #9F8450

Text Example


Text Example

White with #9F8450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,80); }

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

background-color css

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

 a { background-color: rgb(159,132,80); }

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

border-color css

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

 span { border-color: rgb(159,132,80); }

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