Html Css Color HEX #98804D Muesli

📋 copy color: '#98804D'

red 152 ◦ green 128 ◦ blue 77

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

Shades of Muesli #98804D

Tints of Muesli #98804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 42.58%
G = 35.85%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98804D (or 0x98804D) is known color: Muesli. HEX triplet: 98, 80 and 4D. RGB value is (152,128,77). Sum of RGB (Red+Green+Blue) = 152+128+77=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98804D is #677FB2. Grayscale: #818181. Windows color (decimal): -6782899 or 5079192. OLE color: 5079192.

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

Color convert

RGB 152 128 77 -
CMYK 0 0.16 0.49 0.40
HSL 40.8º 0.33% 0.45% -
HSV(B) 40.8º 0.49% 0.6% -
XYZ 22.01 22.65 10.23 -
YUV 129.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 152 128 77 0 0.16 0.49 0.40 40.8 0.33 0.45
Hex 98 80 4D 0 10 31 28 29 21 2D
Octal 230 200 115 0 20 61 50 51 41 55
Binary 10011000 10000000 1001101 0 10000 110001 101000 101001 100001 101101

Color Harmonies of #98804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98804D

Black with #98804D

Text Example


Text Example

White with #98804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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