#9B8248

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

Shades of Muesli #9B8248

Tints of Muesli #9B8248

Color information

#9B8248 (or 0x9B8248) is unknown color: approx Muesli. HEX triplet: 9B, 82 and 48. RGB value is (155,130,72). Sum of RGB (Red+Green+Blue) = 155+130+72=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8248 is #647DB7. Grayscale: #838383. Windows color (decimal): -6585784 or 4752027. OLE color: 4752027.

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

Color convert

RGB15513072-
CMYK00.160.540.39
HSL41.93º36.56%44.51%-
HSV(B)41.93º53.55%60.78%-
XYZ22.6723.49.45-
YUV130.8694.78145.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=43.42%
G=36.41%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551307200.160.540.3941.9336.5644.51
Hex9B824801036272a252d
Octal2332021100206647524555
Binary10011011100000101001000010000110110100111101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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