Html Css Color HEX #987A51 Muesli

📋 copy color: '#987A51'

red 152 ◦ green 122 ◦ blue 81

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

Shades of Muesli #987A51

Tints of Muesli #987A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

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

R = 42.82%
G = 34.37%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#987A51 (or 0x987A51) is known color: Muesli. HEX triplet: 98, 7A and 51. RGB value is (152,122,81). Sum of RGB (Red+Green+Blue) = 152+122+81=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A51 is #6785AE. Grayscale: #7E7E7E. Windows color (decimal): -6784431 or 5339800. OLE color: 5339800.

HSL color Cylindrical-coordinate representation of color #987A51: hue angle of 34.65º 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 #987A51 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 122 81 -
CMYK 0 0.20 0.47 0.40
HSL 34.65º 0.3% 0.46% -
HSV(B) 34.65º 0.47% 0.6% -
XYZ 21.39 21.19 10.75 -
YUV 126.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 152 122 81 0 0.20 0.47 0.40 34.65 0.3 0.46
Hex 98 7A 51 0 14 2F 28 23 1E 2E
Octal 230 172 121 0 24 57 50 43 36 56
Binary 10011000 1111010 1010001 0 10100 101111 101000 100011 11110 101110

Color Harmonies of #987A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A51

Black with #987A51

Text Example


Text Example

White with #987A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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