#9B884F

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

Shades of Muesli #9B884F

Tints of Muesli #9B884F

Color information

#9B884F (or 0x9B884F) is unknown color: approx Muesli. HEX triplet: 9B, 88 and 4F. RGB value is (155,136,79). Sum of RGB (Red+Green+Blue) = 155+136+79=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B884F is #6477B0. Grayscale: #878787. Windows color (decimal): -6584241 or 5212315. OLE color: 5212315.

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

Color convert

RGB15513679-
CMYK00.120.490.39
HSL45º32.48%45.88%-
HSV(B)45º49.03%60.78%-
XYZ23.7325.1411-
YUV135.1896.29142.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 79 (31.25% from 255) = 21.35%
R=41.89%
G=36.76%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551367900.120.490.394532.4845.88
Hex9B884F0C31272d202e
Octal2332101170146147554056
Binary1001101110001000100111101100110001100111101101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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