Html Css Color HEX #988354 Muesli

📋 copy color: '#988354'

red 152 ◦ green 131 ◦ blue 84

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

Shades of Muesli #988354

Tints of Muesli #988354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 41.42%
G = 35.69%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#988354 (or 0x988354) is known color: Muesli. HEX triplet: 98, 83 and 54. RGB value is (152,131,84). Sum of RGB (Red+Green+Blue) = 152+131+84=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #988354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988354 is #677CAB. Grayscale: #848484. Windows color (decimal): -6782124 or 5538712. OLE color: 5538712.

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

Color convert

RGB 152 131 84 -
CMYK 0 0.14 0.45 0.40
HSL 41.47º 0.29% 0.46% -
HSV(B) 41.47º 0.45% 0.6% -
XYZ 22.67 23.55 11.74 -
YUV 131.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 152 131 84 0 0.14 0.45 0.40 41.47 0.29 0.46
Hex 98 83 54 0 E 2D 28 29 1D 2E
Octal 230 203 124 0 16 55 50 51 35 56
Binary 10011000 10000011 1010100 0 1110 101101 101000 101001 11101 101110

Color Harmonies of #988354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988354

Black with #988354

Text Example


Text Example

White with #988354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988354; }

 p { color: rgb(152,131,84); }

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

background-color css

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

 a { background-color: rgb(152,131,84); }

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

border-color css

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

 span { border-color: rgb(152,131,84); }

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