#9B824D

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

Shades of Muesli #9B824D

Tints of Muesli #9B824D

Color information

#9B824D (or 0x9B824D) is unknown color: approx Muesli. HEX triplet: 9B, 82 and 4D. RGB value is (155,130,77). Sum of RGB (Red+Green+Blue) = 155+130+77=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B824D is #647DB2. Grayscale: #838383. Windows color (decimal): -6585779 or 5079707. OLE color: 5079707.

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

Color convert

RGB15513077-
CMYK00.160.500.39
HSL40.77º33.62%45.49%-
HSV(B)40.77º50.32%60.78%-
XYZ22.8423.4710.35-
YUV131.4397.28144.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=42.82%
G=35.91%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551307700.160.500.3940.7733.6245.49
Hex9B824D010322729222d
Octal2332021150206247514255
Binary10011011100000101001101010000110010100111101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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