Html Css Color HEX #988455 Muesli

📋 copy color: '#988455'

red 152 ◦ green 132 ◦ blue 85

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

Shades of Muesli #988455

Tints of Muesli #988455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 41.19%
G = 35.77%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#988455 (or 0x988455) is known color: Muesli. HEX triplet: 98, 84 and 55. RGB value is (152,132,85). Sum of RGB (Red+Green+Blue) = 152+132+85=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #988455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988455 is #677BAA. Grayscale: #848484. Windows color (decimal): -6781867 or 5604504. OLE color: 5604504.

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

Color convert

RGB 152 132 85 -
CMYK 0 0.13 0.44 0.40
HSL 42.09º 0.28% 0.46% -
HSV(B) 42.09º 0.44% 0.6% -
XYZ 22.84 23.83 11.99 -
YUV 132.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 152 132 85 0 0.13 0.44 0.40 42.09 0.28 0.46
Hex 98 84 55 0 D 2C 28 2A 1C 2E
Octal 230 204 125 0 15 54 50 52 34 56
Binary 10011000 10000100 1010101 0 1101 101100 101000 101010 11100 101110

Color Harmonies of #988455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988455

Black with #988455

Text Example


Text Example

White with #988455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988455; }

 p { color: rgb(152,132,85); }

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

background-color css

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

 a { background-color: rgb(152,132,85); }

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

border-color css

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

 span { border-color: rgb(152,132,85); }

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