#98804A

Color #98804A Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #98804A

Tints of Muesli #98804A

Color information

#98804A (or 0x98804A) is unknown color: approx Muesli. HEX triplet: 98, 80 and 4A. RGB value is (152,128,74). Sum of RGB (Red+Green+Blue) = 152+128+74=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #98804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98804A is #677FB5. Grayscale: #818181. Windows color (decimal): -6782902 or 4882584. OLE color: 4882584.

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

Color convert

RGB15212874-
CMYK00.160.510.40
HSL41.54º34.51%44.31%-
HSV(B)41.54º51.32%59.61%-
XYZ21.922.619.69-
YUV129.0296.95144.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=42.94%
G=36.16%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521287400.160.510.4041.5434.5144.31
Hex98804A01033282a232c
Octal2302001120206350524354
Binary10011000100000001001010010000110011101000101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98804A;
 }
 .AnyTagClassName
 {
   color: #98804A;
 }
</style>
background-color css

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

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

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

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

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

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