#9C8051

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

Shades of Muesli #9C8051

Tints of Muesli #9C8051

Color information

#9C8051 (or 0x9C8051) is unknown color: approx Muesli. HEX triplet: 9C, 80 and 51. RGB value is (156,128,81). Sum of RGB (Red+Green+Blue) = 156+128+81=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8051 is #637FAE. Grayscale: #838383. Windows color (decimal): -6520751 or 5341340. OLE color: 5341340.

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

Color convert

RGB15612881-
CMYK00.180.480.39
HSL37.6º31.65%46.47%-
HSV(B)37.6º48.08%61.18%-
XYZ22.9123.111.04-
YUV131.0199.78145.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=42.74%
G=35.07%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561288100.180.480.3937.631.6546.47
Hex9C8051012302726202e
Octal2342001210226047464056
Binary10011100100000001010001010010110000100111100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,81); }

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

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

 a { background-color: rgb(156,128,81); }

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

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

 span { border-color: rgb(156,128,81); }

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