#98804D

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

Shades of Muesli #98804D

Tints of Muesli #98804D

Color information

#98804D (or 0x98804D) is unknown color: approx 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

RGB15212877-
CMYK00.160.490.40
HSL40.8º32.75%44.9%-
HSV(B)40.8º49.34%59.61%-
XYZ22.0122.6510.23-
YUV129.3698.45144.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521287700.160.490.4040.832.7544.9
Hex98804D010312829212d
Octal2302001150206150514155
Binary10011000100000001001101010000110001101000101001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>