Html Css Color HEX #9F8552 Muesli

📋 copy color: '#9F8552'

red 159 ◦ green 133 ◦ blue 82

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

Shades of Muesli #9F8552

Tints of Muesli #9F8552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 42.51%
G = 35.56%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F8552 (or 0x9F8552) is known color: Muesli. HEX triplet: 9F, 85 and 52. RGB value is (159,133,82). Sum of RGB (Red+Green+Blue) = 159+133+82=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8552 is #607AAD. Grayscale: #878787. Windows color (decimal): -6322862 or 5408159. OLE color: 5408159.

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

Color convert

RGB 159 133 82 -
CMYK 0 0.16 0.48 0.38
HSL 39.74º 0.32% 0.47% -
HSV(B) 39.74º 0.48% 0.62% -
XYZ 24.21 24.76 11.48 -
YUV 134.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 159 133 82 0 0.16 0.48 0.38 39.74 0.32 0.47
Hex 9F 85 52 0 10 30 26 28 20 2F
Octal 237 205 122 0 20 60 46 50 40 57
Binary 10011111 10000101 1010010 0 10000 110000 100110 101000 100000 101111

Color Harmonies of #9F8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8552

Black with #9F8552

Text Example


Text Example

White with #9F8552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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