#98844B

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

Shades of Muesli #98844B

Tints of Muesli #98844B

Color information

#98844B (or 0x98844B) is unknown color: approx Muesli. HEX triplet: 98, 84 and 4B. RGB value is (152,132,75). Sum of RGB (Red+Green+Blue) = 152+132+75=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98844B is #677BB4. Grayscale: #838383. Windows color (decimal): -6781877 or 4949144. OLE color: 4949144.

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

Color convert

RGB15213275-
CMYK00.130.510.40
HSL44.42º33.92%44.51%-
HSV(B)44.42º50.66%59.61%-
XYZ22.4723.6910.04-
YUV131.4896.13142.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=42.34%
G=36.77%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521327500.130.510.4044.4233.9244.51
Hex98844B0D33282c222d
Octal2302041130156350544255
Binary1001100010000100100101101101110011101000101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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