#9C8358

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

Shades of Muesli #9C8358

Tints of Muesli #9C8358

Color information

#9C8358 (or 0x9C8358) is unknown color: approx Muesli. HEX triplet: 9C, 83 and 58. RGB value is (156,131,88). Sum of RGB (Red+Green+Blue) = 156+131+88=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8358 is #637CA7. Grayscale: #858585. Windows color (decimal): -6519976 or 5800860. OLE color: 5800860.

HSL color Cylindrical-coordinate representation of color #9C8358: hue angle of 37.94º 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 #9C8358 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15613188-
CMYK00.160.440.39
HSL37.94º27.87%47.84%-
HSV(B)37.94º43.59%61.18%-
XYZ23.5924.0112.62-
YUV133.57102.28144-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=41.6%
G=34.93%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561318800.160.440.3937.9427.8747.84
Hex9C83580102C27261c30
Octal2342031300205447463460
Binary1001110010000011101100001000010110010011110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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