#9B8150

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

Shades of Muesli #9B8150

Tints of Muesli #9B8150

Color information

#9B8150 (or 0x9B8150) is unknown color: approx Muesli. HEX triplet: 9B, 81 and 50. RGB value is (155,129,80). Sum of RGB (Red+Green+Blue) = 155+129+80=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8150 is #647EAF. Grayscale: #838383. Windows color (decimal): -6586032 or 5276059. OLE color: 5276059.

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

Color convert

RGB15512980-
CMYK00.170.480.39
HSL39.2º31.91%46.08%-
HSV(B)39.2º48.39%60.78%-
XYZ22.8223.2510.87-
YUV131.1999.11144.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=42.58%
G=35.44%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551298000.170.480.3939.231.9146.08
Hex9B8150011302727202e
Octal2332011200216047474056
Binary10011011100000011010000010001110000100111100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,80); }

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

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

 a { background-color: rgb(155,129,80); }

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

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

 span { border-color: rgb(155,129,80); }

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