Html Css Color HEX #987F52 Muesli

📋 copy color: '#987F52'

red 152 ◦ green 127 ◦ blue 82

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

Shades of Muesli #987F52

Tints of Muesli #987F52

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 42.11%
G = 35.18%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#987F52 (or 0x987F52) is known color: Muesli. HEX triplet: 98, 7F and 52. RGB value is (152,127,82). Sum of RGB (Red+Green+Blue) = 152+127+82=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #987F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F52 is #6780AD. Grayscale: #818181. Windows color (decimal): -6783150 or 5406616. OLE color: 5406616.

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

Color convert

RGB 152 127 82 -
CMYK 0 0.16 0.46 0.40
HSL 38.57º 0.3% 0.46% -
HSV(B) 38.57º 0.46% 0.6% -
XYZ 22.06 22.46 11.16 -
YUV 129.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 152 127 82 0 0.16 0.46 0.40 38.57 0.3 0.46
Hex 98 7F 52 0 10 2E 28 27 1E 2E
Octal 230 177 122 0 20 56 50 47 36 56
Binary 10011000 1111111 1010010 0 10000 101110 101000 100111 11110 101110

Color Harmonies of #987F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F52

Black with #987F52

Text Example


Text Example

White with #987F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,82); }

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

background-color css

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

 a { background-color: rgb(152,127,82); }

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

border-color css

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

 span { border-color: rgb(152,127,82); }

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