#9B8A52

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

Shades of Muesli #9B8A52

Tints of Muesli #9B8A52

Color information

#9B8A52 (or 0x9B8A52) is unknown color: approx Muesli. HEX triplet: 9B, 8A and 52. RGB value is (155,138,82). Sum of RGB (Red+Green+Blue) = 155+138+82=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A52 is #6475AD. Grayscale: #888888. Windows color (decimal): -6583726 or 5409435. OLE color: 5409435.

HSL color Cylindrical-coordinate representation of color #9B8A52: hue angle of 46.03º 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 #9B8A52 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB15513882-
CMYK00.110.470.39
HSL46.03º30.8%46.47%-
HSV(B)46.03º47.1%60.78%-
XYZ24.1325.7511.68-
YUV136.797.13141.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=41.33%
G=36.8%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551388200.110.470.3946.0330.846.47
Hex9B8A520B2F272e1f2e
Octal2332121220135747563756
Binary100110111000101010100100101110111110011110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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