Html Css Color HEX #998248 Muesli

📋 copy color: '#998248'

red 153 ◦ green 130 ◦ blue 72

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

Shades of Muesli #998248

Tints of Muesli #998248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 43.1%
G = 36.62%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#998248 (or 0x998248) is known color: Muesli. HEX triplet: 99, 82 and 48. RGB value is (153,130,72). Sum of RGB (Red+Green+Blue) = 153+130+72=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #998248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998248 is #667DB7. Grayscale: #828282. Windows color (decimal): -6716856 or 4752025. OLE color: 4752025.

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

Color convert

RGB 153 130 72 -
CMYK 0 0.15 0.53 0.4
HSL 42.96º 0.36% 0.44% -
HSV(B) 42.96º 0.53% 0.6% -
XYZ 22.29 23.21 9.44 -
YUV 130.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 153 130 72 0 0.15 0.53 0.4 42.96 0.36 0.44
Hex 99 82 48 0 F 35 28 2B 24 2C
Octal 231 202 110 0 17 65 50 53 44 54
Binary 10011001 10000010 1001000 0 1111 110101 101000 101011 100100 101100

Color Harmonies of #998248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998248

Black with #998248

Text Example


Text Example

White with #998248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998248; }

 p { color: rgb(153,130,72); }

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

background-color css

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

 a { background-color: rgb(153,130,72); }

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

border-color css

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

 span { border-color: rgb(153,130,72); }

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