Html Css Color HEX #987D4A Muesli

📋 copy color: '#987D4A'

red 152 ◦ green 125 ◦ blue 74

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

Shades of Muesli #987D4A

Tints of Muesli #987D4A

RGB

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

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

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

R = 43.3%
G = 35.61%
B = 21.08%

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

#987D4A (or 0x987D4A) is known color: Muesli. HEX triplet: 98, 7D and 4A. RGB value is (152,125,74). Sum of RGB (Red+Green+Blue) = 152+125+74=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D4A is #6782B5. Grayscale: #7F7F7F. Windows color (decimal): -6783670 or 4881816. OLE color: 4881816.

HSL color Cylindrical-coordinate representation of color #987D4A: hue angle of 39.23º 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 #987D4A is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 74 -
CMYK 0 0.18 0.51 0.40
HSL 39.23º 0.35% 0.44% -
HSV(B) 39.23º 0.51% 0.6% -
XYZ 21.52 21.84 9.56 -
YUV 127.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 152 125 74 0 0.18 0.51 0.40 39.23 0.35 0.44
Hex 98 7D 4A 0 12 33 28 27 23 2C
Octal 230 175 112 0 22 63 50 47 43 54
Binary 10011000 1111101 1001010 0 10010 110011 101000 100111 100011 101100

Color Harmonies of #987D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D4A

Black with #987D4A

Text Example


Text Example

White with #987D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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