Html Css Color HEX #987A41 Muesli

📋 copy color: '#987A41'

red 152 ◦ green 122 ◦ blue 65

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

Shades of Muesli #987A41

Tints of Muesli #987A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 44.84%
G = 35.99%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987A41 (or 0x987A41) is known color: Muesli. HEX triplet: 98, 7A and 41. RGB value is (152,122,65). Sum of RGB (Red+Green+Blue) = 152+122+65=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A41 is #6785BE. Grayscale: #7C7C7C. Windows color (decimal): -6784447 or 4291224. OLE color: 4291224.

HSL color Cylindrical-coordinate representation of color #987A41: hue angle of 39.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #987A41 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 122 65 -
CMYK 0 0.20 0.57 0.40
HSL 39.31º 0.4% 0.43% -
HSV(B) 39.31º 0.57% 0.6% -
XYZ 20.86 20.98 7.95 -
YUV 124.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 152 122 65 0 0.20 0.57 0.40 39.31 0.4 0.43
Hex 98 7A 41 0 14 39 28 27 28 2B
Octal 230 172 101 0 24 71 50 47 50 53
Binary 10011000 1111010 1000001 0 10100 111001 101000 100111 101000 101011

Color Harmonies of #987A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A41

Black with #987A41

Text Example


Text Example

White with #987A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,122,65); }

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

background-color css

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

 a { background-color: rgb(152,122,65); }

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

border-color css

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

 span { border-color: rgb(152,122,65); }

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