#99854A

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

Shades of Muesli #99854A

Tints of Muesli #99854A

Color information

#99854A (or 0x99854A) is unknown color: approx Muesli. HEX triplet: 99, 85 and 4A. RGB value is (153,133,74). Sum of RGB (Red+Green+Blue) = 153+133+74=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99854A is #667AB5. Grayscale: #848484. Windows color (decimal): -6716086 or 4883865. OLE color: 4883865.

HSL color Cylindrical-coordinate representation of color #99854A: hue angle of 44.81º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99854A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15313374-
CMYK00.130.520.4
HSL44.81º34.8%44.51%-
HSV(B)44.81º51.63%60%-
XYZ22.7624.049.92-
YUV132.2595.13142.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=42.5%
G=36.94%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531337400.130.520.444.8134.844.51
Hex99854A0D34282d232d
Octal2312051120156450554355
Binary1001100110000101100101001101110100101000101101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,133,74); }

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

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

 a { background-color: rgb(153,133,74); }

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

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

 span { border-color: rgb(153,133,74); }

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