#9B814D

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

Shades of Muesli #9B814D

Tints of Muesli #9B814D

Color information

#9B814D (or 0x9B814D) is unknown color: approx Muesli. HEX triplet: 9B, 81 and 4D. RGB value is (155,129,77). Sum of RGB (Red+Green+Blue) = 155+129+77=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B814D is #647EB2. Grayscale: #838383. Windows color (decimal): -6586035 or 5079451. OLE color: 5079451.

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

Color convert

RGB15512977-
CMYK00.170.500.39
HSL40º33.62%45.49%-
HSV(B)40º50.32%60.78%-
XYZ22.7123.210.3-
YUV130.8597.61145.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=42.94%
G=35.73%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551297700.170.500.394033.6245.49
Hex9B814D011322728222d
Octal2332011150216247504255
Binary10011011100000011001101010001110010100111101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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