#9C844A

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

Shades of Muesli #9C844A

Tints of Muesli #9C844A

Color information

#9C844A (or 0x9C844A) is unknown color: approx Muesli. HEX triplet: 9C, 84 and 4A. RGB value is (156,132,74). Sum of RGB (Red+Green+Blue) = 156+132+74=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C844A is #637BB5. Grayscale: #848484. Windows color (decimal): -6519734 or 4883612. OLE color: 4883612.

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

Color convert

RGB15613274-
CMYK00.150.530.39
HSL42.44º35.65%45.1%-
HSV(B)42.44º52.56%61.18%-
XYZ23.224.069.9-
YUV132.5694.95144.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=43.09%
G=36.46%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561327400.150.530.3942.4435.6545.1
Hex9C844A0F35272a242d
Octal2342041120176547524455
Binary1001110010000100100101001111110101100111101010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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