Html Css Color HEX #98844A Muesli

📋 copy color: '#98844A'

red 152 ◦ green 132 ◦ blue 74

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

Shades of Muesli #98844A

Tints of Muesli #98844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 42.46%
G = 36.87%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98844A (or 0x98844A) is known color: Muesli. HEX triplet: 98, 84 and 4A. RGB value is (152,132,74). Sum of RGB (Red+Green+Blue) = 152+132+74=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98844A is #677BB5. Grayscale: #838383. Windows color (decimal): -6781878 or 4883608. OLE color: 4883608.

HSL color Cylindrical-coordinate representation of color #98844A: hue angle of 44.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98844A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 74 -
CMYK 0 0.13 0.51 0.40
HSL 44.62º 0.35% 0.44% -
HSV(B) 44.62º 0.51% 0.6% -
XYZ 22.44 23.67 9.87 -
YUV 131.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 152 132 74 0 0.13 0.51 0.40 44.62 0.35 0.44
Hex 98 84 4A 0 D 33 28 2D 23 2C
Octal 230 204 112 0 15 63 50 55 43 54
Binary 10011000 10000100 1001010 0 1101 110011 101000 101101 100011 101100

Color Harmonies of #98844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98844A

Black with #98844A

Text Example


Text Example

White with #98844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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