#9C8257

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

Shades of Muesli #9C8257

Tints of Muesli #9C8257

Color information

#9C8257 (or 0x9C8257) is unknown color: approx Muesli. HEX triplet: 9C, 82 and 57. RGB value is (156,130,87). Sum of RGB (Red+Green+Blue) = 156+130+87=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8257 is #637DA8. Grayscale: #858585. Windows color (decimal): -6520233 or 5735068. OLE color: 5735068.

HSL color Cylindrical-coordinate representation of color #9C8257: hue angle of 37.39º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C8257 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15613087-
CMYK00.170.440.39
HSL37.39º28.4%47.65%-
HSV(B)37.39º44.23%61.18%-
XYZ23.4123.7212.36-
YUV132.87102.11144.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=41.82%
G=34.85%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561308700.170.440.3937.3928.447.65
Hex9C82570112C27251c30
Octal2342021270215447453460
Binary1001110010000010101011101000110110010011110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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