Html Css Color HEX #98824A Muesli

📋 copy color: '#98824A'

red 152 ◦ green 130 ◦ blue 74

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

Shades of Muesli #98824A

Tints of Muesli #98824A

RGB

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

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

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

R = 42.7%
G = 36.52%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98824A (or 0x98824A) is known color: Muesli. HEX triplet: 98, 82 and 4A. RGB value is (152,130,74). Sum of RGB (Red+Green+Blue) = 152+130+74=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98824A is #677DB5. Grayscale: #828282. Windows color (decimal): -6782390 or 4883096. OLE color: 4883096.

HSL color Cylindrical-coordinate representation of color #98824A: hue angle of 43.08º 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 #98824A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 74 -
CMYK 0 0.14 0.51 0.40
HSL 43.08º 0.35% 0.44% -
HSV(B) 43.08º 0.51% 0.6% -
XYZ 22.17 23.14 9.78 -
YUV 130.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 152 130 74 0 0.14 0.51 0.40 43.08 0.35 0.44
Hex 98 82 4A 0 E 33 28 2B 23 2C
Octal 230 202 112 0 16 63 50 53 43 54
Binary 10011000 10000010 1001010 0 1110 110011 101000 101011 100011 101100

Color Harmonies of #98824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98824A

Black with #98824A

Text Example


Text Example

White with #98824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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