#9C8255

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

Shades of Muesli #9C8255

Tints of Muesli #9C8255

Color information

#9C8255 (or 0x9C8255) is unknown color: approx Muesli. HEX triplet: 9C, 82 and 55. RGB value is (156,130,85). Sum of RGB (Red+Green+Blue) = 156+130+85=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8255 is #637DAA. Grayscale: #848484. Windows color (decimal): -6520235 or 5603996. OLE color: 5603996.

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

Color convert

RGB15613085-
CMYK00.170.460.39
HSL38.03º29.46%47.25%-
HSV(B)38.03º45.51%61.18%-
XYZ23.3323.6911.94-
YUV132.64101.11144.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=42.05%
G=35.04%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561308500.170.460.3938.0329.4647.25
Hex9C82550112E27261d2f
Octal2342021250215647463557
Binary1001110010000010101010101000110111010011110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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