#9B8143

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

Shades of Muesli #9B8143

Tints of Muesli #9B8143

Color information

#9B8143 (or 0x9B8143) is unknown color: approx Muesli. HEX triplet: 9B, 81 and 43. RGB value is (155,129,67). Sum of RGB (Red+Green+Blue) = 155+129+67=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8143 is #647EBC. Grayscale: #818181. Windows color (decimal): -6586045 or 4424091. OLE color: 4424091.

HSL color Cylindrical-coordinate representation of color #9B8143: hue angle of 42.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B8143 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB15512967-
CMYK00.170.570.39
HSL42.27º39.64%43.53%-
HSV(B)42.27º56.77%60.78%-
XYZ22.3823.078.58-
YUV129.7192.61146.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=44.16%
G=36.75%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551296700.170.570.3942.2739.6443.53
Hex9B814301139272a282c
Octal2332011030217147525054
Binary10011011100000011000011010001111001100111101010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,67); }

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

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

 a { background-color: rgb(155,129,67); }

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

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

 span { border-color: rgb(155,129,67); }

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