Html Css Color HEX #98824E Muesli

📋 copy color: '#98824E'

red 152 ◦ green 130 ◦ blue 78

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

Shades of Muesli #98824E

Tints of Muesli #98824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 42.22%
G = 36.11%
B = 21.67%

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

#98824E (or 0x98824E) is known color: Muesli. HEX triplet: 98, 82 and 4E. RGB value is (152,130,78). Sum of RGB (Red+Green+Blue) = 152+130+78=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98824E is #677DB1. Grayscale: #828282. Windows color (decimal): -6782386 or 5145240. OLE color: 5145240.

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

Color convert

RGB 152 130 78 -
CMYK 0 0.14 0.49 0.40
HSL 42.16º 0.32% 0.45% -
HSV(B) 42.16º 0.49% 0.6% -
XYZ 22.31 23.19 10.51 -
YUV 130.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 152 130 78 0 0.14 0.49 0.40 42.16 0.32 0.45
Hex 98 82 4E 0 E 31 28 2A 20 2D
Octal 230 202 116 0 16 61 50 52 40 55
Binary 10011000 10000010 1001110 0 1110 110001 101000 101010 100000 101101

Color Harmonies of #98824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98824E

Black with #98824E

Text Example


Text Example

White with #98824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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