#9C8148

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

Shades of Muesli #9C8148

Tints of Muesli #9C8148

Color information

#9C8148 (or 0x9C8148) is unknown color: approx Muesli. HEX triplet: 9C, 81 and 48. RGB value is (156,129,72). Sum of RGB (Red+Green+Blue) = 156+129+72=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8148 is #637EB7. Grayscale: #828282. Windows color (decimal): -6520504 or 4751772. OLE color: 4751772.

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

Color convert

RGB15612972-
CMYK00.170.540.39
HSL40.71º36.84%44.71%-
HSV(B)40.71º53.85%61.18%-
XYZ22.7323.249.42-
YUV130.5794.95146.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.70%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=43.70%
G=36.13%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561297200.170.540.3940.7136.8444.71
Hex9C8148011362729252d
Octal2342011100216647514555
Binary10011100100000011001000010001110110100111101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,72); }

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

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

 a { background-color: rgb(156,129,72); }

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

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

 span { border-color: rgb(156,129,72); }

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