Html Css Color HEX #9D8550 Muesli

📋 copy color: '#9D8550'

red 157 ◦ green 133 ◦ blue 80

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

Shades of Muesli #9D8550

Tints of Muesli #9D8550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 42.43%
G = 35.95%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D8550 (or 0x9D8550) is known color: Muesli. HEX triplet: 9D, 85 and 50. RGB value is (157,133,80). Sum of RGB (Red+Green+Blue) = 157+133+80=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8550 is #627AAF. Grayscale: #868686. Windows color (decimal): -6453936 or 5277085. OLE color: 5277085.

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

Color convert

RGB 157 133 80 -
CMYK 0 0.15 0.49 0.38
HSL 41.3º 0.32% 0.46% -
HSV(B) 41.3º 0.49% 0.62% -
XYZ 23.74 24.52 11.07 -
YUV 134.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 157 133 80 0 0.15 0.49 0.38 41.3 0.32 0.46
Hex 9D 85 50 0 F 31 26 29 20 2E
Octal 235 205 120 0 17 61 46 51 40 56
Binary 10011101 10000101 1010000 0 1111 110001 100110 101001 100000 101110

Color Harmonies of #9D8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8550

Black with #9D8550

Text Example


Text Example

White with #9D8550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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