Html Css Color HEX #998550 Muesli

📋 copy color: '#998550'

red 153 ◦ green 133 ◦ blue 80

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

Shades of Muesli #998550

Tints of Muesli #998550

RGB

 RED value IS 153 (60.16% from 255) = 41.8%

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 41.8%
G = 36.34%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#998550 (or 0x998550) is known color: Muesli. HEX triplet: 99, 85 and 50. RGB value is (153,133,80). Sum of RGB (Red+Green+Blue) = 153+133+80=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998550 is #667AAF. Grayscale: #858585. Windows color (decimal): -6716080 or 5277081. OLE color: 5277081.

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

Color convert

RGB 153 133 80 -
CMYK 0 0.13 0.48 0.4
HSL 43.56º 0.31% 0.46% -
HSV(B) 43.56º 0.48% 0.6% -
XYZ 22.97 24.13 11.04 -
YUV 132.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 153 133 80 0 0.13 0.48 0.4 43.56 0.31 0.46
Hex 99 85 50 0 D 30 28 2C 1F 2E
Octal 231 205 120 0 15 60 50 54 37 56
Binary 10011001 10000101 1010000 0 1101 110000 101000 101100 11111 101110

Color Harmonies of #998550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998550

Black with #998550

Text Example


Text Example

White with #998550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998550; }

 p { color: rgb(153,133,80); }

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

background-color css

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

 a { background-color: rgb(153,133,80); }

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

border-color css

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

 span { border-color: rgb(153,133,80); }

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