Html Css Color HEX #98824F Muesli

📋 copy color: '#98824F'

red 152 ◦ green 130 ◦ blue 79

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

Shades of Muesli #98824F

Tints of Muesli #98824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 42.11%
G = 36.01%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#98824F (or 0x98824F) is known color: Muesli. HEX triplet: 98, 82 and 4F. RGB value is (152,130,79). Sum of RGB (Red+Green+Blue) = 152+130+79=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98824F is #677DB0. Grayscale: #828282. Windows color (decimal): -6782385 or 5210776. OLE color: 5210776.

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

Color convert

RGB 152 130 79 -
CMYK 0 0.14 0.48 0.40
HSL 41.92º 0.32% 0.45% -
HSV(B) 41.92º 0.48% 0.6% -
XYZ 22.34 23.21 10.7 -
YUV 130.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 152 130 79 0 0.14 0.48 0.40 41.92 0.32 0.45
Hex 98 82 4F 0 E 30 28 2A 20 2D
Octal 230 202 117 0 16 60 50 52 40 55
Binary 10011000 10000010 1001111 0 1110 110000 101000 101010 100000 101101

Color Harmonies of #98824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98824F

Black with #98824F

Text Example


Text Example

White with #98824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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