#9C844B

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

Shades of Muesli #9C844B

Tints of Muesli #9C844B

Color information

#9C844B (or 0x9C844B) is unknown color: approx Muesli. HEX triplet: 9C, 84 and 4B. RGB value is (156,132,75). Sum of RGB (Red+Green+Blue) = 156+132+75=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C844B is #637BB4. Grayscale: #848484. Windows color (decimal): -6519733 or 4949148. OLE color: 4949148.

HSL color Cylindrical-coordinate representation of color #9C844B: hue angle of 42.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C844B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB15613275-
CMYK00.150.520.39
HSL42.22º35.06%45.29%-
HSV(B)42.22º51.92%61.18%-
XYZ23.2324.0810.08-
YUV132.6895.45144.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=42.98%
G=36.36%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561327500.150.520.3942.2235.0645.29
Hex9C844B0F34272a232d
Octal2342041130176447524355
Binary1001110010000100100101101111110100100111101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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