#9B834B

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

Shades of Muesli #9B834B

Tints of Muesli #9B834B

Color information

#9B834B (or 0x9B834B) is unknown color: approx Muesli. HEX triplet: 9B, 83 and 4B. RGB value is (155,131,75). Sum of RGB (Red+Green+Blue) = 155+131+75=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B834B is #647CB4. Grayscale: #848484. Windows color (decimal): -6585525 or 4948891. OLE color: 4948891.

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

Color convert

RGB15513175-
CMYK00.150.520.39
HSL42º34.78%45.1%-
HSV(B)42º51.61%60.78%-
XYZ22.923.7110.03-
YUV131.7995.95144.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=42.94%
G=36.29%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551317500.150.520.394234.7845.1
Hex9B834B0F34272a232d
Octal2332031130176447524355
Binary1001101110000011100101101111110100100111101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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