Html Css Color HEX #9D8551 Muesli

📋 copy color: '#9D8551'

red 157 ◦ green 133 ◦ blue 81

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

Shades of Muesli #9D8551

Tints of Muesli #9D8551

RGB

 RED value IS 157 (61.72% from 255) = 42.32%

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

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

R = 42.32%
G = 35.85%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D8551 (or 0x9D8551) is known color: Muesli. HEX triplet: 9D, 85 and 51. RGB value is (157,133,81). Sum of RGB (Red+Green+Blue) = 157+133+81=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8551 is #627AAE. Grayscale: #868686. Windows color (decimal): -6453935 or 5342621. OLE color: 5342621.

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

Color convert

RGB 157 133 81 -
CMYK 0 0.15 0.48 0.38
HSL 41.05º 0.32% 0.47% -
HSV(B) 41.05º 0.48% 0.62% -
XYZ 23.78 24.54 11.27 -
YUV 134.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 157 133 81 0 0.15 0.48 0.38 41.05 0.32 0.47
Hex 9D 85 51 0 F 30 26 29 20 2F
Octal 235 205 121 0 17 60 46 51 40 57
Binary 10011101 10000101 1010001 0 1111 110000 100110 101001 100000 101111

Color Harmonies of #9D8551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8551

Black with #9D8551

Text Example


Text Example

White with #9D8551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,133,81); }

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

background-color css

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

 a { background-color: rgb(157,133,81); }

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

border-color css

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

 span { border-color: rgb(157,133,81); }

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