Html Css Color HEX #987F5A Muesli

📋 copy color: '#987F5A'

red 152 ◦ green 127 ◦ blue 90

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

Shades of Muesli #987F5A

Tints of Muesli #987F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 41.19%
G = 34.42%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#987F5A (or 0x987F5A) is known color: Muesli. HEX triplet: 98, 7F and 5A. RGB value is (152,127,90). Sum of RGB (Red+Green+Blue) = 152+127+90=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #987F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F5A is #6780A5. Grayscale: #828282. Windows color (decimal): -6783142 or 5930904. OLE color: 5930904.

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

Color convert

RGB 152 127 90 -
CMYK 0 0.16 0.41 0.40
HSL 35.81º 0.26% 0.47% -
HSV(B) 35.81º 0.41% 0.6% -
XYZ 22.38 22.59 12.85 -
YUV 130.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 152 127 90 0 0.16 0.41 0.40 35.81 0.26 0.47
Hex 98 7F 5A 0 10 29 28 24 1A 2F
Octal 230 177 132 0 20 51 50 44 32 57
Binary 10011000 1111111 1011010 0 10000 101001 101000 100100 11010 101111

Color Harmonies of #987F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F5A

Black with #987F5A

Text Example


Text Example

White with #987F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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