#9B884B

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

Shades of Muesli #9B884B

Tints of Muesli #9B884B

Color information

#9B884B (or 0x9B884B) is unknown color: approx Muesli. HEX triplet: 9B, 88 and 4B. RGB value is (155,136,75). Sum of RGB (Red+Green+Blue) = 155+136+75=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B884B is #6477B4. Grayscale: #868686. Windows color (decimal): -6584245 or 4950171. OLE color: 4950171.

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

Color convert

RGB15513675-
CMYK00.120.520.39
HSL45.75º34.78%45.1%-
HSV(B)45.75º51.61%60.78%-
XYZ23.5925.0810.26-
YUV134.7394.29142.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=42.35%
G=37.16%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551367500.120.520.3945.7534.7845.1
Hex9B884B0C34272e232d
Octal2332101130146447564355
Binary1001101110001000100101101100110100100111101110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,75); }

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

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

 a { background-color: rgb(155,136,75); }

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

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

 span { border-color: rgb(155,136,75); }

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