Html Css Color HEX #9F8351 Muesli

📋 copy color: '#9F8351'

red 159 ◦ green 131 ◦ blue 81

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

Shades of Muesli #9F8351

Tints of Muesli #9F8351

RGB

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

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

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

R = 42.86%
G = 35.31%
B = 21.83%

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

#9F8351 (or 0x9F8351) is known color: Muesli. HEX triplet: 9F, 83 and 51. RGB value is (159,131,81). Sum of RGB (Red+Green+Blue) = 159+131+81=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8351 is #607CAE. Grayscale: #858585. Windows color (decimal): -6323375 or 5342111. OLE color: 5342111.

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

Color convert

RGB 159 131 81 -
CMYK 0 0.18 0.49 0.38
HSL 38.46º 0.33% 0.47% -
HSV(B) 38.46º 0.49% 0.62% -
XYZ 23.9 24.2 11.2 -
YUV 133.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 159 131 81 0 0.18 0.49 0.38 38.46 0.33 0.47
Hex 9F 83 51 0 12 31 26 26 20 2F
Octal 237 203 121 0 22 61 46 46 40 57
Binary 10011111 10000011 1010001 0 10010 110001 100110 100110 100000 101111

Color Harmonies of #9F8351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8351

Black with #9F8351

Text Example


Text Example

White with #9F8351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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