#9B874C

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

Shades of Muesli #9B874C

Tints of Muesli #9B874C

Color information

#9B874C (or 0x9B874C) is unknown color: approx Muesli. HEX triplet: 9B, 87 and 4C. RGB value is (155,135,76). Sum of RGB (Red+Green+Blue) = 155+135+76=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B874C is #6478B3. Grayscale: #868686. Windows color (decimal): -6584500 or 5015451. OLE color: 5015451.

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

Color convert

RGB15513576-
CMYK00.130.510.39
HSL44.81º34.2%45.29%-
HSV(B)44.81º50.97%60.78%-
XYZ23.4924.8210.39-
YUV134.2595.13142.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=42.35%
G=36.89%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551357600.130.510.3944.8134.245.29
Hex9B874C0D33272d222d
Octal2332071140156347554255
Binary1001101110000111100110001101110011100111101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,76); }

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

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

 a { background-color: rgb(155,135,76); }

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

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

 span { border-color: rgb(155,135,76); }

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