Html Css Color HEX #98824D Muesli

📋 copy color: '#98824D'

red 152 ◦ green 130 ◦ blue 77

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

Shades of Muesli #98824D

Tints of Muesli #98824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 42.34%
G = 36.21%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98824D (or 0x98824D) is known color: Muesli. HEX triplet: 98, 82 and 4D. RGB value is (152,130,77). Sum of RGB (Red+Green+Blue) = 152+130+77=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98824D is #677DB2. Grayscale: #828282. Windows color (decimal): -6782387 or 5079704. OLE color: 5079704.

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

Color convert

RGB 152 130 77 -
CMYK 0 0.14 0.49 0.40
HSL 42.4º 0.33% 0.45% -
HSV(B) 42.4º 0.49% 0.6% -
XYZ 22.27 23.18 10.32 -
YUV 130.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 152 130 77 0 0.14 0.49 0.40 42.4 0.33 0.45
Hex 98 82 4D 0 E 31 28 2A 21 2D
Octal 230 202 115 0 16 61 50 52 41 55
Binary 10011000 10000010 1001101 0 1110 110001 101000 101010 100001 101101

Color Harmonies of #98824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98824D

Black with #98824D

Text Example


Text Example

White with #98824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98824D; }

 p { color: rgb(152,130,77); }

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

background-color css

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

 a { background-color: rgb(152,130,77); }

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

border-color css

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

 span { border-color: rgb(152,130,77); }

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