Html Css Color HEX #98804C Muesli

📋 copy color: '#98804C'

red 152 ◦ green 128 ◦ blue 76

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

Shades of Muesli #98804C

Tints of Muesli #98804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 42.7%
G = 35.96%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98804C (or 0x98804C) is known color: Muesli. HEX triplet: 98, 80 and 4C. RGB value is (152,128,76). Sum of RGB (Red+Green+Blue) = 152+128+76=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98804C is #677FB3. Grayscale: #818181. Windows color (decimal): -6782900 or 5013656. OLE color: 5013656.

HSL color Cylindrical-coordinate representation of color #98804C: hue angle of 41.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98804C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 76 -
CMYK 0 0.16 0.50 0.40
HSL 41.05º 0.33% 0.45% -
HSV(B) 41.05º 0.5% 0.6% -
XYZ 21.97 22.64 10.05 -
YUV 129.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 152 128 76 0 0.16 0.50 0.40 41.05 0.33 0.45
Hex 98 80 4C 0 10 32 28 29 21 2D
Octal 230 200 114 0 20 62 50 51 41 55
Binary 10011000 10000000 1001100 0 10000 110010 101000 101001 100001 101101

Color Harmonies of #98804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98804C

Black with #98804C

Text Example


Text Example

White with #98804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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