Html Css Color HEX #987D4C Muesli

📋 copy color: '#987D4C'

red 152 ◦ green 125 ◦ blue 76

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

Shades of Muesli #987D4C

Tints of Muesli #987D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 43.06%
G = 35.41%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#987D4C (or 0x987D4C) is known color: Muesli. HEX triplet: 98, 7D and 4C. RGB value is (152,125,76). Sum of RGB (Red+Green+Blue) = 152+125+76=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D4C is #6782B3. Grayscale: #7F7F7F. Windows color (decimal): -6783668 or 5012888. OLE color: 5012888.

HSL color Cylindrical-coordinate representation of color #987D4C: hue angle of 38.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987D4C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 76 -
CMYK 0 0.18 0.50 0.40
HSL 38.68º 0.33% 0.45% -
HSV(B) 38.68º 0.5% 0.6% -
XYZ 21.59 21.86 9.92 -
YUV 127.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 152 125 76 0 0.18 0.50 0.40 38.68 0.33 0.45
Hex 98 7D 4C 0 12 32 28 27 21 2D
Octal 230 175 114 0 22 62 50 47 41 55
Binary 10011000 1111101 1001100 0 10010 110010 101000 100111 100001 101101

Color Harmonies of #987D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D4C

Black with #987D4C

Text Example


Text Example

White with #987D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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