Html Css Color HEX #9F8152 Muesli

📋 copy color: '#9F8152'

red 159 ◦ green 129 ◦ blue 82

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

Shades of Muesli #9F8152

Tints of Muesli #9F8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 42.97%
G = 34.86%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F8152 (or 0x9F8152) is known color: Muesli. HEX triplet: 9F, 81 and 52. RGB value is (159,129,82). Sum of RGB (Red+Green+Blue) = 159+129+82=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8152 is #607EAD. Grayscale: #848484. Windows color (decimal): -6323886 or 5407135. OLE color: 5407135.

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

Color convert

RGB 159 129 82 -
CMYK 0 0.19 0.48 0.38
HSL 36.62º 0.32% 0.47% -
HSV(B) 36.62º 0.48% 0.62% -
XYZ 23.67 23.68 11.31 -
YUV 132.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 159 129 82 0 0.19 0.48 0.38 36.62 0.32 0.47
Hex 9F 81 52 0 13 30 26 25 20 2F
Octal 237 201 122 0 23 60 46 45 40 57
Binary 10011111 10000001 1010010 0 10011 110000 100110 100101 100000 101111

Color Harmonies of #9F8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8152

Black with #9F8152

Text Example


Text Example

White with #9F8152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,129,82); }

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

background-color css

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

 a { background-color: rgb(159,129,82); }

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

border-color css

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

 span { border-color: rgb(159,129,82); }

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