Html Css Color HEX #9F8354 Muesli

📋 copy color: '#9F8354'

red 159 ◦ green 131 ◦ blue 84

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

Shades of Muesli #9F8354

Tints of Muesli #9F8354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

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

R = 42.51%
G = 35.03%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F8354 (or 0x9F8354) is known color: Muesli. HEX triplet: 9F, 83 and 54. RGB value is (159,131,84). Sum of RGB (Red+Green+Blue) = 159+131+84=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8354 is #607CAB. Grayscale: #868686. Windows color (decimal): -6323372 or 5538719. OLE color: 5538719.

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

Color convert

RGB 159 131 84 -
CMYK 0 0.18 0.47 0.38
HSL 37.6º 0.31% 0.48% -
HSV(B) 37.6º 0.47% 0.62% -
XYZ 24.01 24.24 11.8 -
YUV 134.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 159 131 84 0 0.18 0.47 0.38 37.6 0.31 0.48
Hex 9F 83 54 0 12 2F 26 26 1F 30
Octal 237 203 124 0 22 57 46 46 37 60
Binary 10011111 10000011 1010100 0 10010 101111 100110 100110 11111 110000

Color Harmonies of #9F8354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8354

Black with #9F8354

Text Example


Text Example

White with #9F8354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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