Html Css Color HEX #9D884E Muesli

📋 copy color: '#9D884E'

red 157 ◦ green 136 ◦ blue 78

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

Shades of Muesli #9D884E

Tints of Muesli #9D884E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 42.32%
G = 36.66%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D884E (or 0x9D884E) is known color: Muesli. HEX triplet: 9D, 88 and 4E. RGB value is (157,136,78). Sum of RGB (Red+Green+Blue) = 157+136+78=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D884E is #6277B1. Grayscale: #878787. Windows color (decimal): -6453170 or 5146781. OLE color: 5146781.

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

Color convert

RGB 157 136 78 -
CMYK 0 0.13 0.50 0.38
HSL 44.05º 0.34% 0.46% -
HSV(B) 44.05º 0.5% 0.62% -
XYZ 24.08 25.33 10.83 -
YUV 135.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 157 136 78 0 0.13 0.50 0.38 44.05 0.34 0.46
Hex 9D 88 4E 0 D 32 26 2C 22 2E
Octal 235 210 116 0 15 62 46 54 42 56
Binary 10011101 10001000 1001110 0 1101 110010 100110 101100 100010 101110

Color Harmonies of #9D884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D884E

Black with #9D884E

Text Example


Text Example

White with #9D884E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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