Html Css Color HEX #998050 Muesli

📋 copy color: '#998050'

red 153 ◦ green 128 ◦ blue 80

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

Shades of Muesli #998050

Tints of Muesli #998050

RGB

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

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

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

R = 42.38%
G = 35.46%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#998050 (or 0x998050) is known color: Muesli. HEX triplet: 99, 80 and 50. RGB value is (153,128,80). Sum of RGB (Red+Green+Blue) = 153+128+80=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #998050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998050 is #667FAF. Grayscale: #828282. Windows color (decimal): -6717360 or 5275801. OLE color: 5275801.

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

Color convert

RGB 153 128 80 -
CMYK 0 0.16 0.48 0.4
HSL 39.45º 0.31% 0.46% -
HSV(B) 39.45º 0.48% 0.6% -
XYZ 22.3 22.79 10.81 -
YUV 130 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 153 128 80 0 0.16 0.48 0.4 39.45 0.31 0.46
Hex 99 80 50 0 10 30 28 27 1F 2E
Octal 231 200 120 0 20 60 50 47 37 56
Binary 10011001 10000000 1010000 0 10000 110000 101000 100111 11111 101110

Color Harmonies of #998050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998050

Black with #998050

Text Example


Text Example

White with #998050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998050; }

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

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

background-color css

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

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

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

border-color css

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

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

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