Html Css Color HEX #98844D Muesli

📋 copy color: '#98844D'

red 152 ◦ green 132 ◦ blue 77

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

Shades of Muesli #98844D

Tints of Muesli #98844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 42.11%
G = 36.57%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98844D (or 0x98844D) is known color: Muesli. HEX triplet: 98, 84 and 4D. RGB value is (152,132,77). Sum of RGB (Red+Green+Blue) = 152+132+77=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98844D is #677BB2. Grayscale: #838383. Windows color (decimal): -6781875 or 5080216. OLE color: 5080216.

HSL color Cylindrical-coordinate representation of color #98844D: hue angle of 44º 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 #98844D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 77 -
CMYK 0 0.13 0.49 0.40
HSL 44º 0.33% 0.45% -
HSV(B) 44º 0.49% 0.6% -
XYZ 22.54 23.71 10.41 -
YUV 131.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 152 132 77 0 0.13 0.49 0.40 44 0.33 0.45
Hex 98 84 4D 0 D 31 28 2C 21 2D
Octal 230 204 115 0 15 61 50 54 41 55
Binary 10011000 10000100 1001101 0 1101 110001 101000 101100 100001 101101

Color Harmonies of #98844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98844D

Black with #98844D

Text Example


Text Example

White with #98844D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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