Html Css Color HEX #998353 Muesli

📋 copy color: '#998353'

red 153 ◦ green 131 ◦ blue 83

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

Shades of Muesli #998353

Tints of Muesli #998353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 83 (32.81% from 255) = 22.62%

R = 41.69%
G = 35.69%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#998353 (or 0x998353) is known color: Muesli. HEX triplet: 99, 83 and 53. RGB value is (153,131,83). Sum of RGB (Red+Green+Blue) = 153+131+83=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998353 is #667CAC. Grayscale: #848484. Windows color (decimal): -6716589 or 5473177. OLE color: 5473177.

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

Color convert

RGB 153 131 83 -
CMYK 0 0.14 0.46 0.4
HSL 41.14º 0.3% 0.46% -
HSV(B) 41.14º 0.46% 0.6% -
XYZ 22.81 23.63 11.54 -
YUV 132.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 153 131 83 0 0.14 0.46 0.4 41.14 0.3 0.46
Hex 99 83 53 0 E 2E 28 29 1E 2E
Octal 231 203 123 0 16 56 50 51 36 56
Binary 10011001 10000011 1010011 0 1110 101110 101000 101001 11110 101110

Color Harmonies of #998353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998353

Black with #998353

Text Example


Text Example

White with #998353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998353; }

 p { color: rgb(153,131,83); }

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

background-color css

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

 a { background-color: rgb(153,131,83); }

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

border-color css

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

 span { border-color: rgb(153,131,83); }

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