Html Css Color HEX #987D47 Muesli

📋 copy color: '#987D47'

red 152 ◦ green 125 ◦ blue 71

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

Shades of Muesli #987D47

Tints of Muesli #987D47

RGB

 RED value IS 152 (59.77% from 255) = 43.68%

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 43.68%
G = 35.92%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#987D47 (or 0x987D47) is known color: Muesli. HEX triplet: 98, 7D and 47. RGB value is (152,125,71). Sum of RGB (Red+Green+Blue) = 152+125+71=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D47 is #6782B8. Grayscale: #7F7F7F. Windows color (decimal): -6783673 or 4685208. OLE color: 4685208.

HSL color Cylindrical-coordinate representation of color #987D47: hue angle of 40º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #987D47 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 71 -
CMYK 0 0.18 0.53 0.40
HSL 40º 0.36% 0.44% -
HSV(B) 40º 0.53% 0.6% -
XYZ 21.42 21.8 9.04 -
YUV 126.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 152 125 71 0 0.18 0.53 0.40 40 0.36 0.44
Hex 98 7D 47 0 12 35 28 28 24 2C
Octal 230 175 107 0 22 65 50 50 44 54
Binary 10011000 1111101 1000111 0 10010 110101 101000 101000 100100 101100

Color Harmonies of #987D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D47

Black with #987D47

Text Example


Text Example

White with #987D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987D47; }

 p { color: rgb(152,125,71); }

 H1.HeaderClassName
 {
   color: #987D47;
 }
 .AnyTagClassName
 {
   color: #987D47;
 }
</style>

background-color css

<style>
 a { background-color: #987D47; }

 a { background-color: rgb(152,125,71); }

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

border-color css

<style>
 span { border-color: #987D47; }

 span { border-color: rgb(152,125,71); }

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