Html Css Color HEX #988055 Muesli

📋 copy color: '#988055'

red 152 ◦ green 128 ◦ blue 85

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

Shades of Muesli #988055

Tints of Muesli #988055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

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

R = 41.64%
G = 35.07%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#988055 (or 0x988055) is known color: Muesli. HEX triplet: 98, 80 and 55. RGB value is (152,128,85). Sum of RGB (Red+Green+Blue) = 152+128+85=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #988055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988055 is #677FAA. Grayscale: #828282. Windows color (decimal): -6782891 or 5603480. OLE color: 5603480.

HSL color Cylindrical-coordinate representation of color #988055: hue angle of 38.51º 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 #988055 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 85 -
CMYK 0 0.16 0.44 0.40
HSL 38.51º 0.28% 0.46% -
HSV(B) 38.51º 0.44% 0.6% -
XYZ 22.31 22.77 11.81 -
YUV 130.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 152 128 85 0 0.16 0.44 0.40 38.51 0.28 0.46
Hex 98 80 55 0 10 2C 28 27 1C 2E
Octal 230 200 125 0 20 54 50 47 34 56
Binary 10011000 10000000 1010101 0 10000 101100 101000 100111 11100 101110

Color Harmonies of #988055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988055

Black with #988055

Text Example


Text Example

White with #988055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988055; }

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

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

background-color css

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

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

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

border-color css

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

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

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