#98804B

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

Shades of Muesli #98804B

Tints of Muesli #98804B

Color information

#98804B (or 0x98804B) is unknown color: approx Muesli. HEX triplet: 98, 80 and 4B. RGB value is (152,128,75). Sum of RGB (Red+Green+Blue) = 152+128+75=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #98804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98804B is #677FB4. Grayscale: #818181. Windows color (decimal): -6782901 or 4948120. OLE color: 4948120.

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

Color convert

RGB15212875-
CMYK00.160.510.40
HSL41.3º33.92%44.51%-
HSV(B)41.3º50.66%59.61%-
XYZ21.9422.629.87-
YUV129.1397.45144.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=42.82%
G=36.06%
B=21.13%

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
Decimal1521287500.160.510.4041.333.9244.51
Hex98804B010332829222d
Octal2302001130206350514255
Binary10011000100000001001011010000110011101000101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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