#9B8952

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

Shades of Muesli #9B8952

Tints of Muesli #9B8952

Color information

#9B8952 (or 0x9B8952) is unknown color: approx Muesli. HEX triplet: 9B, 89 and 52. RGB value is (155,137,82). Sum of RGB (Red+Green+Blue) = 155+137+82=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8952 is #6476AD. Grayscale: #888888. Windows color (decimal): -6583982 or 5409179. OLE color: 5409179.

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

Color convert

RGB15513782-
CMYK00.120.470.39
HSL45.21º30.8%46.47%-
HSV(B)45.21º47.1%60.78%-
XYZ23.9925.4711.63-
YUV136.1197.46141.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=41.44%
G=36.63%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551378200.120.470.3945.2130.846.47
Hex9B89520C2F272d1f2e
Octal2332111220145747553756
Binary100110111000100110100100110010111110011110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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