#99845A

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

Shades of Muesli #99845A

Tints of Muesli #99845A

Color information

#99845A (or 0x99845A) is unknown color: approx Muesli. HEX triplet: 99, 84 and 5A. RGB value is (153,132,90). Sum of RGB (Red+Green+Blue) = 153+132+90=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99845A is #667BA5. Grayscale: #858585. Windows color (decimal): -6716326 or 5932185. OLE color: 5932185.

HSL color Cylindrical-coordinate representation of color #99845A: hue angle of 40º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99845A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15313290-
CMYK00.140.410.4
HSL40º25.93%47.65%-
HSV(B)40º41.18%60%-
XYZ23.2324.0113.08-
YUV133.49103.46141.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 90 (35.55% from 255) = 24%
R=40.8%
G=35.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531329000.140.410.44025.9347.65
Hex99845A0E2928281a30
Octal2312041320165150503260
Binary100110011000010010110100111010100110100010100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,132,90); }

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

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

 a { background-color: rgb(153,132,90); }

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

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

 span { border-color: rgb(153,132,90); }

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