#9C8353

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

Shades of Muesli #9C8353

Tints of Muesli #9C8353

Color information

#9C8353 (or 0x9C8353) is unknown color: approx Muesli. HEX triplet: 9C, 83 and 53. RGB value is (156,131,83). Sum of RGB (Red+Green+Blue) = 156+131+83=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8353 is #637CAC. Grayscale: #858585. Windows color (decimal): -6519981 or 5473180. OLE color: 5473180.

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

Color convert

RGB15613183-
CMYK00.160.470.39
HSL39.45º30.54%46.86%-
HSV(B)39.45º46.79%61.18%-
XYZ23.3923.9311.57-
YUV13399.78144.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=42.16%
G=35.41%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561318300.160.470.3939.4530.5446.86
Hex9C83530102F27271f2f
Octal2342031230205747473757
Binary1001110010000011101001101000010111110011110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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