Html Css Color HEX #9F8251 Muesli

📋 copy color: '#9F8251'

red 159 ◦ green 130 ◦ blue 81

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

Shades of Muesli #9F8251

Tints of Muesli #9F8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 42.97%
G = 35.14%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F8251 (or 0x9F8251) is known color: Muesli. HEX triplet: 9F, 82 and 51. RGB value is (159,130,81). Sum of RGB (Red+Green+Blue) = 159+130+81=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8251 is #607DAE. Grayscale: #858585. Windows color (decimal): -6323631 or 5341855. OLE color: 5341855.

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

Color convert

RGB 159 130 81 -
CMYK 0 0.18 0.49 0.38
HSL 37.69º 0.33% 0.47% -
HSV(B) 37.69º 0.49% 0.62% -
XYZ 23.77 23.93 11.15 -
YUV 133.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 159 130 81 0 0.18 0.49 0.38 37.69 0.33 0.47
Hex 9F 82 51 0 12 31 26 26 20 2F
Octal 237 202 121 0 22 61 46 46 40 57
Binary 10011111 10000010 1010001 0 10010 110001 100110 100110 100000 101111

Color Harmonies of #9F8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8251

Black with #9F8251

Text Example


Text Example

White with #9F8251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,130,81); }

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

background-color css

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

 a { background-color: rgb(159,130,81); }

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

border-color css

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

 span { border-color: rgb(159,130,81); }

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