#9C824D

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

Shades of Muesli #9C824D

Tints of Muesli #9C824D

Color information

#9C824D (or 0x9C824D) is unknown color: approx Muesli. HEX triplet: 9C, 82 and 4D. RGB value is (156,130,77). Sum of RGB (Red+Green+Blue) = 156+130+77=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C824D is #637DB2. Grayscale: #838383. Windows color (decimal): -6520243 or 5079708. OLE color: 5079708.

HSL color Cylindrical-coordinate representation of color #9C824D: hue angle of 40.25º 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 #9C824D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB15613077-
CMYK00.170.510.39
HSL40.25º33.91%45.69%-
HSV(B)40.25º50.64%61.18%-
XYZ23.0323.5710.36-
YUV131.7397.11145.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=42.98%
G=35.81%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561307700.170.510.3940.2533.9145.69
Hex9C824D011332728222e
Octal2342021150216347504256
Binary10011100100000101001101010001110011100111101000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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