#9B8252

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

Shades of Muesli #9B8252

Tints of Muesli #9B8252

Color information

#9B8252 (or 0x9B8252) is unknown color: approx Muesli. HEX triplet: 9B, 82 and 52. RGB value is (155,130,82). Sum of RGB (Red+Green+Blue) = 155+130+82=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8252 is #647DAD. Grayscale: #848484. Windows color (decimal): -6585774 or 5407387. OLE color: 5407387.

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

Color convert

RGB15513082-
CMYK00.160.470.39
HSL39.45º30.8%46.47%-
HSV(B)39.45º47.1%60.78%-
XYZ23.0223.5411.31-
YUV13299.78144.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=42.23%
G=35.42%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551308200.160.470.3939.4530.846.47
Hex9B82520102F27271f2e
Octal2332021220205747473756
Binary1001101110000010101001001000010111110011110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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