#9B8758

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

Shades of Muesli #9B8758

Tints of Muesli #9B8758

Color information

#9B8758 (or 0x9B8758) is unknown color: approx Muesli. HEX triplet: 9B, 87 and 58. RGB value is (155,135,88). Sum of RGB (Red+Green+Blue) = 155+135+88=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8758 is #6478A7. Grayscale: #878787. Windows color (decimal): -6584488 or 5801883. OLE color: 5801883.

HSL color Cylindrical-coordinate representation of color #9B8758: hue angle of 42.09º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B8758 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB15513588-
CMYK00.130.430.39
HSL42.09º27.57%47.65%-
HSV(B)42.09º43.23%60.78%-
XYZ23.942512.8-
YUV135.62101.13141.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=41.01%
G=35.71%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551358800.130.430.3942.0927.5747.65
Hex9B87580D2B272a1c30
Octal2332071300155347523460
Binary100110111000011110110000110110101110011110101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,88); }

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

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

 a { background-color: rgb(155,135,88); }

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

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

 span { border-color: rgb(155,135,88); }

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