Html Css Color HEX #987D51 Muesli

📋 copy color: '#987D51'

red 152 ◦ green 125 ◦ blue 81

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

Shades of Muesli #987D51

Tints of Muesli #987D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 42.46%
G = 34.92%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#987D51 (or 0x987D51) is known color: Muesli. HEX triplet: 98, 7D and 51. RGB value is (152,125,81). Sum of RGB (Red+Green+Blue) = 152+125+81=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #987D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D51 is #6782AE. Grayscale: #808080. Windows color (decimal): -6783663 or 5340568. OLE color: 5340568.

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

Color convert

RGB 152 125 81 -
CMYK 0 0.18 0.47 0.40
HSL 37.18º 0.3% 0.46% -
HSV(B) 37.18º 0.47% 0.6% -
XYZ 21.77 21.94 10.87 -
YUV 128.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 152 125 81 0 0.18 0.47 0.40 37.18 0.3 0.46
Hex 98 7D 51 0 12 2F 28 25 1E 2E
Octal 230 175 121 0 22 57 50 45 36 56
Binary 10011000 1111101 1010001 0 10010 101111 101000 100101 11110 101110

Color Harmonies of #987D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D51

Black with #987D51

Text Example


Text Example

White with #987D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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