Html Css Color HEX #9F8054 Muesli

📋 copy color: '#9F8054'

red 159 ◦ green 128 ◦ blue 84

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

Shades of Muesli #9F8054

Tints of Muesli #9F8054

RGB

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

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

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

R = 42.86%
G = 34.5%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F8054 (or 0x9F8054) is known color: Muesli. HEX triplet: 9F, 80 and 54. RGB value is (159,128,84). Sum of RGB (Red+Green+Blue) = 159+128+84=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8054 is #607FAB. Grayscale: #848484. Windows color (decimal): -6324140 or 5537951. OLE color: 5537951.

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

Color convert

RGB 159 128 84 -
CMYK 0 0.19 0.47 0.38
HSL 35.2º 0.31% 0.48% -
HSV(B) 35.2º 0.47% 0.62% -
XYZ 23.62 23.45 11.67 -
YUV 132.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 159 128 84 0 0.19 0.47 0.38 35.2 0.31 0.48
Hex 9F 80 54 0 13 2F 26 23 1F 30
Octal 237 200 124 0 23 57 46 43 37 60
Binary 10011111 10000000 1010100 0 10011 101111 100110 100011 11111 110000

Color Harmonies of #9F8054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8054

Black with #9F8054

Text Example


Text Example

White with #9F8054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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