Html Css Color HEX #987D3F Muesli

📋 copy color: '#987D3F'

red 152 ◦ green 125 ◦ blue 63

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

Shades of Muesli #987D3F

Tints of Muesli #987D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 44.71%
G = 36.76%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#987D3F (or 0x987D3F) is known color: Muesli. HEX triplet: 98, 7D and 3F. RGB value is (152,125,63). Sum of RGB (Red+Green+Blue) = 152+125+63=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #987D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D3F is #6782C0. Grayscale: #7E7E7E. Windows color (decimal): -6783681 or 4160920. OLE color: 4160920.

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

Color convert

RGB 152 125 63 -
CMYK 0 0.18 0.59 0.40
HSL 41.8º 0.41% 0.42% -
HSV(B) 41.8º 0.59% 0.6% -
XYZ 21.18 21.7 7.78 -
YUV 126.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 152 125 63 0 0.18 0.59 0.40 41.8 0.41 0.42
Hex 98 7D 3F 0 12 3B 28 2A 29 2A
Octal 230 175 77 0 22 73 50 52 51 52
Binary 10011000 1111101 111111 0 10010 111011 101000 101010 101001 101010

Color Harmonies of #987D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D3F

Black with #987D3F

Text Example


Text Example

White with #987D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,63); }

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

background-color css

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

 a { background-color: rgb(152,125,63); }

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

border-color css

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

 span { border-color: rgb(152,125,63); }

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