#997E52

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

Shades of Muesli #997E52

Tints of Muesli #997E52

Color information

#997E52 (or 0x997E52) is unknown color: approx Muesli. HEX triplet: 99, 7E and 52. RGB value is (153,126,82). Sum of RGB (Red+Green+Blue) = 153+126+82=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #997E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E52 is #6681AD. Grayscale: #818181. Windows color (decimal): -6717870 or 5406361. OLE color: 5406361.

HSL color Cylindrical-coordinate representation of color #997E52: hue angle of 37.18º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997E52 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15312682-
CMYK00.180.460.4
HSL37.18º30.21%46.08%-
HSV(B)37.18º46.41%60%-
XYZ22.1222.311.12-
YUV129.06101.45145.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=42.38%
G=34.90%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531268200.180.460.437.1830.2146.08
Hex997E520122E28251e2e
Octal2311761220225650453656
Binary100110011111110101001001001010111010100010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997E52; }

 p { color: rgb(153,126,82); }

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

<style>
 a { background-color: #997E52; }

 a { background-color: rgb(153,126,82); }

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

<style>
 span { border-color: #997E52; }

 span { border-color: rgb(153,126,82); }

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