#9B8452

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

Shades of Muesli #9B8452

Tints of Muesli #9B8452

Color information

#9B8452 (or 0x9B8452) is unknown color: approx Muesli. HEX triplet: 9B, 84 and 52. RGB value is (155,132,82). Sum of RGB (Red+Green+Blue) = 155+132+82=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8452 is #647BAD. Grayscale: #858585. Windows color (decimal): -6585262 or 5407899. OLE color: 5407899.

HSL color Cylindrical-coordinate representation of color #9B8452: hue angle of 41.1º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B8452 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB15513282-
CMYK00.150.470.39
HSL41.1º30.8%46.47%-
HSV(B)41.1º47.1%60.78%-
XYZ23.2924.0811.4-
YUV133.1899.12143.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=42.01%
G=35.77%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551328200.150.470.3941.130.846.47
Hex9B84520F2F27291f2e
Octal2332041220175747513756
Binary100110111000010010100100111110111110011110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,82); }

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

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

 a { background-color: rgb(155,132,82); }

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

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

 span { border-color: rgb(155,132,82); }

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