#99814A

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

Shades of Muesli #99814A

Tints of Muesli #99814A

Color information

#99814A (or 0x99814A) is unknown color: approx Muesli. HEX triplet: 99, 81 and 4A. RGB value is (153,129,74). Sum of RGB (Red+Green+Blue) = 153+129+74=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #99814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99814A is #667EB5. Grayscale: #828282. Windows color (decimal): -6717110 or 4882841. OLE color: 4882841.

HSL color Cylindrical-coordinate representation of color #99814A: hue angle of 41.77º 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 #99814A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15312974-
CMYK00.160.520.4
HSL41.77º34.8%44.51%-
HSV(B)41.77º51.63%60%-
XYZ22.2222.979.74-
YUV129.9196.45144.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=42.98%
G=36.24%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531297400.160.520.441.7734.844.51
Hex99814A01034282a232d
Octal2312011120206450524355
Binary10011001100000011001010010000110100101000101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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