#9B8251

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

Shades of Muesli #9B8251

Tints of Muesli #9B8251

Color information

#9B8251 (or 0x9B8251) is unknown color: approx Muesli. HEX triplet: 9B, 82 and 51. RGB value is (155,130,81). Sum of RGB (Red+Green+Blue) = 155+130+81=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8251 is #647DAE. Grayscale: #848484. Windows color (decimal): -6585775 or 5341851. OLE color: 5341851.

HSL color Cylindrical-coordinate representation of color #9B8251: hue angle of 39.73º degrees, saturation: 0.31, 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 #9B8251 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB15513081-
CMYK00.160.480.39
HSL39.73º31.36%46.27%-
HSV(B)39.73º47.74%60.78%-
XYZ22.9923.5311.11-
YUV131.8999.28144.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=42.35%
G=35.52%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551308100.160.480.3939.7331.3646.27
Hex9B82510103027281f2e
Octal2332021210206047503756
Binary1001101110000010101000101000011000010011110100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,81); }

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

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

 a { background-color: rgb(155,130,81); }

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

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

 span { border-color: rgb(155,130,81); }

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