#9C8354

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

Shades of Muesli #9C8354

Tints of Muesli #9C8354

Color information

#9C8354 (or 0x9C8354) is unknown color: approx Muesli. HEX triplet: 9C, 83 and 54. RGB value is (156,131,84). Sum of RGB (Red+Green+Blue) = 156+131+84=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8354 is #637CAB. Grayscale: #858585. Windows color (decimal): -6519980 or 5538716. OLE color: 5538716.

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

Color convert

RGB15613184-
CMYK00.160.460.39
HSL39.17º30%47.06%-
HSV(B)39.17º46.15%61.18%-
XYZ23.4323.9411.77-
YUV133.12100.28144.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=42.05%
G=35.31%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561318400.160.460.3939.173047.06
Hex9C83540102E27271e2f
Octal2342031240205647473657
Binary1001110010000011101010001000010111010011110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,131,84); }

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

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

 a { background-color: rgb(156,131,84); }

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

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

 span { border-color: rgb(156,131,84); }

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