Html Css Color HEX #998047 Muesli

📋 copy color: '#998047'

red 153 ◦ green 128 ◦ blue 71

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

Shades of Muesli #998047

Tints of Muesli #998047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 43.47%
G = 36.36%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#998047 (or 0x998047) is known color: Muesli. HEX triplet: 99, 80 and 47. RGB value is (153,128,71). Sum of RGB (Red+Green+Blue) = 153+128+71=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #998047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998047 is #667FB8. Grayscale: #818181. Windows color (decimal): -6717369 or 4685977. OLE color: 4685977.

HSL color Cylindrical-coordinate representation of color #998047: hue angle of 41.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #998047 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 71 -
CMYK 0 0.16 0.54 0.4
HSL 41.71º 0.37% 0.44% -
HSV(B) 41.71º 0.54% 0.6% -
XYZ 21.99 22.67 9.18 -
YUV 128.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 153 128 71 0 0.16 0.54 0.4 41.71 0.37 0.44
Hex 99 80 47 0 10 36 28 2A 25 2C
Octal 231 200 107 0 20 66 50 52 45 54
Binary 10011001 10000000 1000111 0 10000 110110 101000 101010 100101 101100

Color Harmonies of #998047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998047

Black with #998047

Text Example


Text Example

White with #998047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998047; }

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

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

background-color css

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

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

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

border-color css

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

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

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