#9C8055

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

Shades of Muesli #9C8055

Tints of Muesli #9C8055

Color information

#9C8055 (or 0x9C8055) is unknown color: approx Muesli. HEX triplet: 9C, 80 and 55. RGB value is (156,128,85). Sum of RGB (Red+Green+Blue) = 156+128+85=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8055 is #637FAA. Grayscale: #838383. Windows color (decimal): -6520747 or 5603484. OLE color: 5603484.

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

Color convert

RGB15612885-
CMYK00.180.460.39
HSL36.34º29.46%47.25%-
HSV(B)36.34º45.51%61.18%-
XYZ23.0723.1611.85-
YUV131.47101.78145.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=42.28%
G=34.69%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561288500.180.460.3936.3429.4647.25
Hex9C80550122E27241d2f
Octal2342001250225647443557
Binary1001110010000000101010101001010111010011110010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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