Html Css Color HEX #987948 Muesli

📋 copy color: '#987948'

red 152 ◦ green 121 ◦ blue 72

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

Shades of Muesli #987948

Tints of Muesli #987948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 44.06%
G = 35.07%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#987948 (or 0x987948) is known color: Muesli. HEX triplet: 98, 79 and 48. RGB value is (152,121,72). Sum of RGB (Red+Green+Blue) = 152+121+72=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #987948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987948 is #6786B7. Grayscale: #7C7C7C. Windows color (decimal): -6784696 or 4749720. OLE color: 4749720.

HSL color Cylindrical-coordinate representation of color #987948: hue angle of 36.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #987948 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 72 -
CMYK 0 0.20 0.53 0.40
HSL 36.75º 0.36% 0.44% -
HSV(B) 36.75º 0.53% 0.6% -
XYZ 20.96 20.82 9.04 -
YUV 124.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 152 121 72 0 0.20 0.53 0.40 36.75 0.36 0.44
Hex 98 79 48 0 14 35 28 25 24 2C
Octal 230 171 110 0 24 65 50 45 44 54
Binary 10011000 1111001 1001000 0 10100 110101 101000 100101 100100 101100

Color Harmonies of #987948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987948

Black with #987948

Text Example


Text Example

White with #987948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987948; }

 p { color: rgb(152,121,72); }

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

background-color css

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

 a { background-color: rgb(152,121,72); }

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

border-color css

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

 span { border-color: rgb(152,121,72); }

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