Html Css Color HEX #987C4A Muesli

📋 copy color: '#987C4A'

red 152 ◦ green 124 ◦ blue 74

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

Shades of Muesli #987C4A

Tints of Muesli #987C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 43.43%
G = 35.43%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#987C4A (or 0x987C4A) is known color: Muesli. HEX triplet: 98, 7C and 4A. RGB value is (152,124,74). Sum of RGB (Red+Green+Blue) = 152+124+74=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #987C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C4A is #6783B5. Grayscale: #7E7E7E. Windows color (decimal): -6783926 or 4881560. OLE color: 4881560.

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

Color convert

RGB 152 124 74 -
CMYK 0 0.18 0.51 0.40
HSL 38.46º 0.35% 0.44% -
HSV(B) 38.46º 0.51% 0.6% -
XYZ 21.39 21.59 9.52 -
YUV 126.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 152 124 74 0 0.18 0.51 0.40 38.46 0.35 0.44
Hex 98 7C 4A 0 12 33 28 26 23 2C
Octal 230 174 112 0 22 63 50 46 43 54
Binary 10011000 1111100 1001010 0 10010 110011 101000 100110 100011 101100

Color Harmonies of #987C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C4A

Black with #987C4A

Text Example


Text Example

White with #987C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,74); }

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

background-color css

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

 a { background-color: rgb(152,124,74); }

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

border-color css

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

 span { border-color: rgb(152,124,74); }

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