#9C884D

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

Shades of Muesli #9C884D

Tints of Muesli #9C884D

Color information

#9C884D (or 0x9C884D) is unknown color: approx Muesli. HEX triplet: 9C, 88 and 4D. RGB value is (156,136,77). Sum of RGB (Red+Green+Blue) = 156+136+77=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C884D is #6377B2. Grayscale: #878787. Windows color (decimal): -6518707 or 5081244. OLE color: 5081244.

HSL color Cylindrical-coordinate representation of color #9C884D: hue angle of 44.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C884D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB15613677-
CMYK00.130.510.39
HSL44.81º33.91%45.69%-
HSV(B)44.81º50.64%61.18%-
XYZ23.8525.2110.63-
YUV135.2595.13142.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=42.28%
G=36.86%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561367700.130.510.3944.8133.9145.69
Hex9C884D0D33272d222e
Octal2342101150156347554256
Binary1001110010001000100110101101110011100111101101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C884D; }

 p { color: rgb(156,136,77); }

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

<style>
 a { background-color: #9C884D; }

 a { background-color: rgb(156,136,77); }

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

<style>
 span { border-color: #9C884D; }

 span { border-color: rgb(156,136,77); }

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