Html Css Color HEX #988353 Muesli

📋 copy color: '#988353'

red 152 ◦ green 131 ◦ blue 83

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

Shades of Muesli #988353

Tints of Muesli #988353

RGB

 RED value IS 152 (59.77% from 255) = 41.53%

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

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

R = 41.53%
G = 35.79%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#988353 (or 0x988353) is known color: Muesli. HEX triplet: 98, 83 and 53. RGB value is (152,131,83). Sum of RGB (Red+Green+Blue) = 152+131+83=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #988353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988353 is #677CAC. Grayscale: #848484. Windows color (decimal): -6782125 or 5473176. OLE color: 5473176.

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

Color convert

RGB 152 131 83 -
CMYK 0 0.14 0.45 0.40
HSL 41.74º 0.29% 0.46% -
HSV(B) 41.74º 0.45% 0.6% -
XYZ 22.63 23.53 11.53 -
YUV 131.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 152 131 83 0 0.14 0.45 0.40 41.74 0.29 0.46
Hex 98 83 53 0 E 2D 28 2A 1D 2E
Octal 230 203 123 0 16 55 50 52 35 56
Binary 10011000 10000011 1010011 0 1110 101101 101000 101010 11101 101110

Color Harmonies of #988353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988353

Black with #988353

Text Example


Text Example

White with #988353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988353; }

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

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

background-color css

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

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

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

border-color css

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

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

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