Html Css Color HEX #987D55 Muesli

📋 copy color: '#987D55'

red 152 ◦ green 125 ◦ blue 85

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

Shades of Muesli #987D55

Tints of Muesli #987D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 41.99%
G = 34.53%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#987D55 (or 0x987D55) is known color: Muesli. HEX triplet: 98, 7D and 55. RGB value is (152,125,85). Sum of RGB (Red+Green+Blue) = 152+125+85=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #987D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D55 is #6782AA. Grayscale: #808080. Windows color (decimal): -6783659 or 5602712. OLE color: 5602712.

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

Color convert

RGB 152 125 85 -
CMYK 0 0.18 0.44 0.40
HSL 35.82º 0.28% 0.46% -
HSV(B) 35.82º 0.44% 0.6% -
XYZ 21.92 22 11.69 -
YUV 128.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 152 125 85 0 0.18 0.44 0.40 35.82 0.28 0.46
Hex 98 7D 55 0 12 2C 28 24 1C 2E
Octal 230 175 125 0 22 54 50 44 34 56
Binary 10011000 1111101 1010101 0 10010 101100 101000 100100 11100 101110

Color Harmonies of #987D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D55

Black with #987D55

Text Example


Text Example

White with #987D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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