Html Css Color HEX #9D8850 Muesli

📋 copy color: '#9D8850'

red 157 ◦ green 136 ◦ blue 80

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

Shades of Muesli #9D8850

Tints of Muesli #9D8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

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

R = 42.09%
G = 36.46%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D8850 (or 0x9D8850) is known color: Muesli. HEX triplet: 9D, 88 and 50. RGB value is (157,136,80). Sum of RGB (Red+Green+Blue) = 157+136+80=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8850 is #6277AF. Grayscale: #888888. Windows color (decimal): -6453168 or 5277853. OLE color: 5277853.

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

Color convert

RGB 157 136 80 -
CMYK 0 0.13 0.49 0.38
HSL 43.64º 0.32% 0.46% -
HSV(B) 43.64º 0.49% 0.62% -
XYZ 24.16 25.36 11.21 -
YUV 135.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 157 136 80 0 0.13 0.49 0.38 43.64 0.32 0.46
Hex 9D 88 50 0 D 31 26 2C 20 2E
Octal 235 210 120 0 15 61 46 54 40 56
Binary 10011101 10001000 1010000 0 1101 110001 100110 101100 100000 101110

Color Harmonies of #9D8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8850

Black with #9D8850

Text Example


Text Example

White with #9D8850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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