#9B8757

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

Shades of Muesli #9B8757

Tints of Muesli #9B8757

Color information

#9B8757 (or 0x9B8757) is unknown color: approx Muesli. HEX triplet: 9B, 87 and 57. RGB value is (155,135,87). Sum of RGB (Red+Green+Blue) = 155+135+87=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8757 is #6478A8. Grayscale: #878787. Windows color (decimal): -6584489 or 5736347. OLE color: 5736347.

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

Color convert

RGB15513587-
CMYK00.130.440.39
HSL42.35º28.1%47.45%-
HSV(B)42.35º43.87%60.78%-
XYZ23.924.9812.58-
YUV135.51100.63141.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=41.11%
G=35.81%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551358700.130.440.3942.3528.147.45
Hex9B87570D2C272a1c2f
Octal2332071270155447523457
Binary100110111000011110101110110110110010011110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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