Html Css Color HEX #9D804F Muesli

📋 copy color: '#9D804F'

red 157 ◦ green 128 ◦ blue 79

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

Shades of Muesli #9D804F

Tints of Muesli #9D804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 43.13%
G = 35.16%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D804F (or 0x9D804F) is known color: Muesli. HEX triplet: 9D, 80 and 4F. RGB value is (157,128,79). Sum of RGB (Red+Green+Blue) = 157+128+79=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D804F is #627FB0. Grayscale: #838383. Windows color (decimal): -6455217 or 5210269. OLE color: 5210269.

HSL color Cylindrical-coordinate representation of color #9D804F: hue angle of 37.69º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D804F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 128 79 -
CMYK 0 0.18 0.50 0.38
HSL 37.69º 0.33% 0.46% -
HSV(B) 37.69º 0.5% 0.62% -
XYZ 23.04 23.17 10.66 -
YUV 131.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 157 128 79 0 0.18 0.50 0.38 37.69 0.33 0.46
Hex 9D 80 4F 0 12 32 26 26 21 2E
Octal 235 200 117 0 22 62 46 46 41 56
Binary 10011101 10000000 1001111 0 10010 110010 100110 100110 100001 101110

Color Harmonies of #9D804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D804F

Black with #9D804F

Text Example


Text Example

White with #9D804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,128,79); }

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

background-color css

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

 a { background-color: rgb(157,128,79); }

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

border-color css

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

 span { border-color: rgb(157,128,79); }

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